js-debugger no longer functioning #578
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
Problem
The debugger appears to no longer be connecting to nodejs as my app previously would display output in the 'DEBUG CONSOLE' as part of the startup process and would also have no problem previously setting breakpoints. After updating to 1.47.0 the debugger no longer outputs anything to the 'DEBUG CONSOLE' outside of the following:
Also, every attempt to set breakpoints now shows them as grey without a center fill. Hovering over them produces the text 'Unbound Breakpoint'.
To Reproduce
Steps to reproduce the behavior:
Go to the debug dropdown in the top left and choose the debug configuration associated with the following configuration:
{
"type": "node",
"request": "launch",
"name": "Launch App",
"protocol": "inspector",
"program": "${workspaceRoot}/server.js",
"env": {
// env vars
},
"outFiles": ["${workspaceFolder}/out/**/*.js"]
}
Click on the run button.
Log File
Unable to add log file due to it including sensitive information.
VS Code Version: 1.47.0
Additional context
N/A
The text was updated successfully, but these errors were encountered: