PowerShell IDE that allows editing while debugging -
i'm looking powershell ide. requirements simple:
- syntax highlighting
- debugger
- ability edit code while stopped @ breakpoint.
this last point problem. i've looked @ https://stackoverflow.com/questions/171514/best-ide-for-powershell , tried powershell ise , powergui - both disallow this. (i've tried powershellanalyzer, can adequately described in 1 word: fail)
i'm not looking edit-and-continue functionality. literally want not prevented editing text while stopped @ breakpoint. i'm not looking arguments why not advisable. want ide allows it.
powerse can edit scripts while stopped @ breakpoint.
i know it's not issue you said, can continue stepping through script, executes old code position marker no longer lines code being executed.
Comments
Post a Comment