-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Unbound breakpoint #205952
Comments
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.86.2. Please try upgrading to the latest version and checking whether this issue remains. Happy Coding! |
The problem still exists when I switch to 1.86.2 |
/jsDebugLogs |
Please collect trace logs using the following instructions:
|
I faced same issue and I had attached the trance logs here. The same node js project all the while the breakpoint is working fine. Only these few days it suddenly stop working. Please help, my VS Code version is 1.86.2. |
|
VScode may have been automatically updated to the latest version,eg: 1.86.2 or 1.8x |
My existing VS Code version is 1.86.2. |
That's right。 The issue I encountered also occurred in version 1.8x。 |
It doesn't look like the script you set breakpoints in is being loaded in the program you're debugging, or your build process is not emitting sourcemaps for it. |
Could you please collect a trace log on a version of VS Code that works for you so I can see the difference? |
Unbound breakpoint log: Capture breakpoint log: |
I'm having the same issue in a React project using the SharePoint Framework (SPFx). When this happened last time it was from a bug in a release and reverting to the previous release fixed it and eventually fixed when the next release came out. I tried going back several releases and even to the latest 1.7 release and can't get my breakpoints to work. I've been working on this project several years and haven't changed my launch file. I'm not sure when the problem started because I just came back from taking a month break from the project. I also tried using the launch file recommended by Microsoft but still can't get the breakpoints to turn red. They are just a black circle that is not filled in. https://learn.microsoft.com/en-us/sharepoint/dev/spfx/debug-in-vscode
|
Disregard my comment above. The issue was caused by the spfx-fast-serve-helpers package that I upgraded. When I downgraded to the previous version my breakpoints work. |
Do a proper fix for the original Electron issue Fixes microsoft/vscode#205952
Much appreciated, fixed in the nightly build out in a couple hrs. |
Hi @cyj8b, can you verify that this is fixed in the latest insiders build? thanks! |
@connor4312 can we get some verification steps just in case? |
I don't have good repro steps unfortunately, it's better if the OP is able to verify this |
JavaScript breakpoint Unbound。
This issue occurs in 1.8x ,eg 1.85.2,but breakpoint takes effect in 1.7x ,eg 1.75.1
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: