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.

Unbound breakpoint when Debug: Open Link command is used

See original GitHub issue

Describe the bug When trying the new feature Debug: Open Link command in VS Code 1.48, red breakpoints turns into a white oulined breakpoint with the tooltip “Unbound breakpoint”. The problem then is that the code doesn’t break at the breakpoint and hence won’t let me debug the code in VS code. I’m running a local server via a npm run dev script cross-env NODE_ENV=development webpack-dev-server --open --inline --hot

To Reproduce Steps to reproduce the behavior:

  1. copy your localhost url
  2. open Command palette
  3. Type debug: open link and press Enter
  4. open a js file and click in the line number gutter to add a breakpoint

Log File

VS Code Version: 1.48.0

Additional context Running on a Mac with MacOS 10.15.6

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bartocccommented, Oct 16, 2020

And I confirm it is now working with v2020.10.1517

0reactions
bartocccommented, Oct 16, 2020

awesome 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Breakpoints in the Visual Studio Debugger
To modify a single breakpoint, hover over the breakpoint icon in the editor and select the settings (gear) icon. A peek window is...
Read more >
VS Code - Node breakpoint is unbound - Stack Overflow
1 Answer 1 · Open the extensions view (ctrl+shift+x) and search for @builtin @id:ms-vscode.js-debug · Right click on the JavaScript Debugger ...
Read more >
JavaScript Debugging Now Built-In to VS Code
The new debugger can be used without having to install any ... Visual Studio Code command palette and running the "Debug: Open Link...
Read more >
How To Debug Node.js Code in Visual Studio Code
To open the debug panel, click on the bug icon on the sidebar (on the left side by default). You'll notice that there...
Read more >
How to Debug JavaScript in Visual Studio Code - YouTube
So you may have seen and used the debugging tools available in ... you might want to put your breakpoints directly in your...
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