question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

node.js breakpoints become "unbound breakpoint"

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
offerocommented, Sep 1, 2021

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.

1reaction
connor4312commented, Jul 11, 2020

Can you please share the log file using these instructions?

If you’re able to, add "trace": true to your launch.json and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.

⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you’d rather not share the log publicly, you can email it to connor@xbox.com

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found