-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
cli help documentation for --inspect #7065
Comments
@nojvek I'm not sure that there is currently consensus on if this should be documented or not yet... it is not yet considered a stable feature and as such documentation may give the wrong impression (for I'm not sure the best road forward regarding the current debugger. /cc @nodejs/documentation |
I'm fine with whatever the node gods decide. I think debug, debug-brk and What's the criteria for something to be marked as stable? On Monday, May 30, 2016, Myles Borins notifications@github.com wrote:
|
I'm against documenting it at the moment. It's experimental support and we won't be able to properly support usages. |
Only adding --debug and --debug-brk. See #7086 /cc @nodejs/documentation @Fishrock123, should this be still labeled blocked? |
A new issue should have been made, changing this back to be about |
I'm sorry I'm confused now. I thought the plan was not to have inspect in On Wednesday, June 1, 2016, Jeremiah Senkpiel notifications@github.com
|
Adding documentation to node.1 and cli.md PR-URL: nodejs#11660 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Adding documentation to node.1 and cli.md PR-URL: nodejs#11660 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Now that --inspect is in, there should be documentation in node -h about inspect, debug, debug-brk, debug-port params.
I volunteer to send this as my first node PR. I believe @Fishrock123 mentioned where I need to make this edits.
The text was updated successfully, but these errors were encountered: