-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Exclude the --inspect flag #2357
Conversation
Thanks. We can add this in v3.1.0. May need to rebase it onto As a workaround until then, you can execute |
probably transient CI failures |
Any chance for a release of this? 😄 |
Thanks a lot!!! This feature was the best surprise I got from the latest release! However I am curious about why If I just use |
If you don't have I think. |
--debug-brk stops the node program on the first line |
@SimenB is right, I've just tested a small node example and The current behaviour is the expected one |
Support for the --inspect flag
PR: nodejs/node#6792
Merged in Node v7.0: https://nodejs.org/download/nightly/v7.0.0-nightly20160619a92089b6bd/
Short article about it: https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27#.cs12vrlsa
Usage:
A quick patch release will be greatly appreciated! Thanks!