$PSVersionTable:Major Minor Build Revision
----- ----- ----- --------
1 5 1 0
Name Value
---- -----
PSVersion 5.1.16299.98
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.16299.98
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
While running a script, I remove a breakpoint. It seems that, sometimes, the debugger doesn't realize that breakpoint was removed. Steps and behavior:
Additional note: The code this most frequently happens on is a polling process with Start-Sleep in it. I'd recommend just making a loop with a 5 to 10 second sleep between each iteration. Then, try to remove a breakpoint outside (beyond) the loop.
Let me know if you need logs for this.
@MiYanni I am going through old issues and am wondering if you are still running into this problem with the latest version of the extension, thanks!
@SydneyhSmith Even though I'm on the Azure PowerShell team... I uninstalled the extension about a half a year ago. I was running into too many issues at that time (the primary one was the pane resize causing the line output to be un-readable/mangled).
Now, we've moved Azure PowerShell to PowerShell Core (6). Does this extension support PowerShell Core? If not, I probably don't have any use of re-installing it at this time. We'd definitely like to work with the team for this extension, though. We have some suggestions/ideas that would help move more customers off of PowerShell ISE. You can email me or azdevxps (team alias) if you'd like to work together.
@MiYanni thanks for your quick reply! Yep, the extension supports Core, that is a big reason why we are trying to help users move from the ISE to VScode (so they can also move to PS Core), I will connect with you via email for more feedback.
Most helpful comment
@MiYanni thanks for your quick reply! Yep, the extension supports Core, that is a big reason why we are trying to help users move from the ISE to VScode (so they can also move to PS Core), I will connect with you via email for more feedback.