开发者

PowerShell IDE that allows editing while debugging

I'm looking for a PowerShe开发者_JAVA技巧ll IDE. My requirements are simple:

  1. Syntax highlighting
  2. Debugger
  3. Ability to edit the code while stopped at a breakpoint.

This last point is the problem. I've already looked at https://stackoverflow.com/questions/171514/best-ide-for-powershell and tried PowerShell ISE and PowerGUI - both disallow this. (I've also tried PowerShellAnalyzer, which can only be adequately described in one word: FAIL)

I'm not looking for any edit-and-continue functionality. I literally just want to not be prevented from editing the text while stopped at a breakpoint. I'm not looking for any arguments about why this is not advisable. I just want an IDE that allows it.


PowerSE can edit scripts while stopped at a breakpoint.

I know it's not an issue for you as you said, but you can continue stepping through the script, but it executes the old code so the position marker no longer lines up with the code being executed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜