node.js breakpoints become "unbound breakpoint"
See original GitHub issueDescribe the bug node.js breakpoints become “unbound breakpoint”.
To Reproduce Steps to reproduce the behavior: After upgrade to 1.47, just open my node.js project, and start debugging, all breakpoints said to be “unbound breakpoints”
Log File
VS Code Version: 1.47
Additional context I revert to 1.46, all breakpoints works well
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Breakpoint in JavaScript becomes unbound ... - GitHub
It looks like your webRoot is set to /Users/USERNAME/Sites/PROJECT , however your code is located in /Users/USERNAME/SourceCode/PROJECT . Based ...
Read more >Unbound breakpoint in vscode for debugging nodejs app in a ...
I had a similar problem with unbound breakpoints. My issue was an incorrect field in my launch.json:
Read more >“Unbound breakpoint” on running Node.js project.
When you debugging your node.js project, you can set a breakpoint on your back-end code like this. I know, the breakpoint's position is...
Read more >When a Breakpoint Binds or Becomes Unbound
Learn about unbound breakpoints. When a breakpoint can't be bound at the time a call is made, the bind time and create time...
Read more >Unbound breakpoints in vscode when debugging a Parcel ...
js in Chrome's inbuilt dev tools. The breakpoint will work fine, and both vscode's debugger and the Chrome inbuilt debugger will show the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m having the same issue now. VSCode Insiders 1.60.0-insider Node 8.15 application I used to be able to set breakpoints okay. I seemingly cannot switch back to the old debugger; the config option is no longer available.
Can you please share the log file using these instructions?