Debugging node.js apps leads to unbound breakpoints #948
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
Describe the bug
When trying to debug a node application, breakpoints become unbound. This is independent from the method used, I tried:
Log File
vscode-debugadapter-940e5a4c.json.gz
VS Code Version: 1.54.3
Node Version: v14.16.0
Additional context
Attach by Process ID gives me a choice between three processes. One of these is node with the
--inspect
flag. Selecting this, leads to an Error:Could not connect to debug target at http://localhost:0: Promise was canceled
The text was updated successfully, but these errors were encountered: