Skip to content

Unbound breakpoint when Debug: Open Link command is used #701

Closed
@jkohlin

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions