-
Notifications
You must be signed in to change notification settings - Fork 511
Break Points do not clear for Powershell #1037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mattmcnabb the irony here is that @weinand is the author of VS Code's debugger ;) #625 is actually something that needs to be fixed on my side. |
There was one part of the issue that VS Code's debugger played a role in but they just fixed that a couple of days ago. Hopefully I'll get to finish the work on this soon. Resolving as duplicate of #625. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @Steve-Lewis on August 22, 2017 16:1
Steps to Reproduce:
Note:
If you type - Get-PSBreakPoint it will output the breakpoints you set in step 2 and tried to clear in Step 7.
Type Get-PSBreakPoint | Remove-PsBreakPoint to remove the break points and you should be able to run the code again without it stopping.
Reproduces without extensions: Yes/No
Copied from original issue: microsoft/vscode#32968
The text was updated successfully, but these errors were encountered: