Unbound breakpoint when Debug: Open Link command is used
See original GitHub issueDescribe 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:
- copy your localhost url
- open Command palette
- Type debug: open link and press Enter
- 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:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top 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 >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
And I confirm it is now working with
v2020.10.1517
awesome 👍