Breakpoints Ignored and Not Triggered #6164
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
*not-reproducible
Issue cannot be reproduced by VS Code Team member as described
Steps to Reproduce:
I've tried both launch and attaching as well as all recommended attaching steps outlined by John Papa in SO
breakpoints set:
In the developer tools console does list:
waiting for debug protocol on stdin/stdout
launch.json
"configurations": [ { "name": "Launch", "type": "node", "request": "launch", "program": "${workspaceRoot}/build/server.js", "stopOnEntry": false, "args": [], "cwd": "${workspaceRoot}", "preLaunchTask": null, "runtimeExecutable": null, "runtimeArgs": [ "--nolazy" ], "env": { "NODE_ENV": "development" }, "externalConsole": false, "sourceMaps": true, "outDir": null },
The text was updated successfully, but these errors were encountered: