Unbound breakpoint when Debug: Open Link command is used #701
Closed
Description
opened on Aug 14, 2020
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:
- 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
Activity