-
Notifications
You must be signed in to change notification settings - Fork 500
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
F5 not continuing the script after stopping at a breakpoint #2212
Comments
@DarkLite1 the F5 keybinding is created by VS Code itself. Can you open this issue over in https://github.com/Microsoft/vscode ? |
Is it though? I am certain I used F5 to continue all the time... I haven't debugged anything since 2019.9.0, but I am 80% sure I did in 2019.5.x... Is this possibly an issue with these extensions together: |
maybe... @DarkLite1 do you have both extensions active? You should have 1 disabled at all times. |
TL;DR: Corbob rambles and screenshots things. Then discovers it's a vscode-insider bug that is fixed in the next update. Link at the end. I could also be wrong on that... I don't get the error when I try to F5 again... but it doesn't continue. Probably a keybinding thing:
So this is definitely an issue in code, and is only present in insiders. The keybinding is also there in insider: Looks like it's reported and fixed: microsoft/vscode#81373 |
Thanks @corbob! I'll close this as external |
System Details Output
Issue Description
I am experiencing a problem with debugging. When a breakpoint is set at a specific line in the PowerShell script and
F5
is pressed the script is executed until that point. So far all good. However, when I want the script to continue after the breakpoint, usually I pressF5
again and it continues to the next breakpoint or until the end if there are no breakpoints anymore.When pressing
F5
after the latest update it appears that the script does not continue and a pop up at the bottom right corner is shown.The only way to continue the script, as before, is pressing the blue play button at the top.
Expected Behaviour
Have the
F5
button continue the script after a breakpoint, just like it was before.The text was updated successfully, but these errors were encountered: