-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Unverified breakpoint error with build 1.25 #53785
Comments
(Experimental duplicate detection) |
I'm seeing the same issue. I've reinstalled 1.24.1 and my breakpoints work again.
|
+1
launch type request, used to work before upgrading today. App is regular 'ole nodejs with fancy flavor of the day JS frameworks. |
I have the same problem. When using the debugger for NodeJS with Typescript my breakpoints don't get respected launch.json
I switched back to 1.24.1 and everything works fine again! |
Same issue for me. I switched back to 1.24 and it is fine. launch.json
tsconfig.json
|
Can someone set |
I think the log in #53891 is the same problem (would appreciate another one to confirm) |
…, it will map remote paths twice
thanks @fxlemire I was going to get to it, been busy today.. |
Thanks @fxlemire, same issue. The fix will be in tomorrow's insiders, I'd appreciate if anyone tries it out. |
…, it will map remote paths twice
@roblourens thanks for the quick turnaround.. will try it out tomorrow. |
I confirm, it works on 1.26.0. Thanks for the quick fix @roblourens ❤️ |
@roblourens two users have confirmed that the fix solved the WSL issue #53674 too. |
Yup - fixed in insiders build:
|
Will this make it to the next production release? |
Great, thanks for verifying. Yes it will be in 1.25.1. |
Same issue here on 1.25.0, for all of my engineers |
I recommend insiders: https://code.visualstudio.com/insiders/ |
@RoyHP please open a new issue and share your launch config. Would be helpful if you can set |
Hey @roblourens, VSCode v1.25.1 Here is my launch config:
And debugadapter.txt. Thanks! |
I was debugging server side nodejs code using the latest production build (version 1.25) and it was refusing to respect breakpoints that I set. I had just upgraded from 1.24 and debugging sessions where working fine before upgrading.
Breakpoints seem to set ok (i.e. you see the red circle) when the code is not running, but as soon as you start running, the breakpoint turns transparent and the code will not break execution.
Mousing over the breakpoint displays "Unverified breakpoint" in the tooltip.
I am using Windows 10, WSL/ubuntu environment with
useWSL:true
Here's my launch.json
The fix is to revert back to 1.24 for now. You can get it from here:
https://code.visualstudio.com/updates/v1_24
:-(
The text was updated successfully, but these errors were encountered: