-
Notifications
You must be signed in to change notification settings - Fork 136
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
PowerShell debugging stability problems #2734
Comments
I'm experiencing the same thing. Tried with both HTTP and Timer triggers. Functions run just fine but the execution almost never gets interrupted at breakpoint (it worked only twice out of tens of retries). OS: Windows 10 (2004) |
I suspect that it may be related to the same issue that is causing #2656 to occur ( microsoft/vscode#118256). |
We've seen a number of PowerShell debugging issues filed lately. It seems they might all have the same root cause: PowerShell/PowerShellEditorServices#1295, see this comment in particular. I'll use this issue as the main tracker in our repo. |
Me too! |
@ejizba Now being tracked here: PowerShell/PowerShellEditorServices#1446 (comment) |
Same for me on all of my 3 dev pc. |
I'm running into the same problem. Plus I'm getting the following error in the Debug Console
|
OS: Win 10 and Linux
Build Version: 20210304.27
PowerShell: 7.1.2
Repro Steps:
Expect:
The breakpoint is hit.
Actual:
The breakpoint is not hit.
The text was updated successfully, but these errors were encountered: