Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakpoints Ignored and Not Triggered #6164

Closed
hyndsite opened this issue May 6, 2016 · 1 comment
Closed

Breakpoints Ignored and Not Triggered #6164

hyndsite opened this issue May 6, 2016 · 1 comment
Assignees
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

Comments

@hyndsite
Copy link

hyndsite commented May 6, 2016

  • VSCode Version: 1.0
  • OS Version: Capitan 10.11.4

Steps to Reproduce:

  1. Unlike #5422 my breakpoints are completely ignored.
  2. I've tried running against node 4.4.3 and 5.11.1 as suggested in Debugger not working properly, breakpoints won't trigger #5422

I've tried both launch and attaching as well as all recommended attaching steps outlined by John Papa in SO

breakpoints set:
breakpoint

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 },

@bpasero bpasero added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels May 8, 2016
@weinand weinand added the *not-reproducible Issue cannot be reproduced by VS Code Team member as described label Nov 20, 2017
@vscodebot
Copy link

vscodebot bot commented Nov 20, 2017

This issue has been closed because the problem could not be reproduced either because it is already fixed in later versions of the product or because it requires additional details on how to reproduce it. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Nov 20, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants