You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you debug PowerShell and set breakpoints everything works. If debugger hits breakpoint and you remove any breakpoints it will continue to run fine (so it's in a stopped state). However, if you continue debugging and you will remove breakpoint while it's between breakpoints (for example code would have 5-10 seconds till next breakpoint) it will hang session and none of the commands will continue to work. It's like it hits that removed breakpoint and you aren't able to continue from there.
Expected Behaviour
Allow removing breakpoints during debug while code is still running, or prevent that.
System Details
System Details Output
Issue Description
When you debug PowerShell and set breakpoints everything works. If debugger hits breakpoint and you remove any breakpoints it will continue to run fine (so it's in a stopped state). However, if you continue debugging and you will remove breakpoint while it's between breakpoints (for example code would have 5-10 seconds till next breakpoint) it will hang session and none of the commands will continue to work. It's like it hits that removed breakpoint and you aren't able to continue from there.
Expected Behaviour
Allow removing breakpoints during debug while code is still running, or prevent that.
Actual Behaviour
Hang
Attached Logs
1556962441-320c14cb-1b76-4e5b-aa60-20c06ee662971556959894516.zip
The text was updated successfully, but these errors were encountered: