-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
doc: improvements to debugger.markdown copy #4436
Conversation
simple [TCP protocol][]. Node.js has a built-in client for this debugger. To | ||
use this, start Node.js with the `debug` argument; a prompt will appear: | ||
V8 includes a full-featured debugging utility that is accessible out-of-process | ||
via a simple [TCP protocol][]. Node.js provides a built-in client for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this should be "TCP based protocol".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: remove simple
Nit: If you do go with TCP based protocol
, hyphenate: TCP-based protocol
LGTM with comments. |
LGTM |
1 similar comment
LGTM |
simple [TCP protocol][]. Node.js has a built-in client for this debugger. To | ||
use this, start Node.js with the `debug` argument; a prompt will appear: | ||
V8 includes a full-featured debugging utility that is accessible out-of-process | ||
via a simple [TCP-based protocol][]. Node.js provides a built-in client for this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically speaking that's no longer true; the TCP endpoint is provided by node, V8 only provides a programmatic API.
LGTM with a nit. |
General improvements to debugger.markdown
06a4444
to
1db92dd
Compare
@bnoordhuis ... nits addressed. I just took out the references to it being V8's debugger. |
General improvements to debugger.markdown PR-URL: #4436 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Landed in 1a004f1 |
General improvements to debugger.markdown PR-URL: nodejs#4436 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
General improvements to debugger.markdown PR-URL: #4436 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
General improvements to debugger.markdown PR-URL: #4436 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
General improvements to debugger.markdown PR-URL: nodejs#4436 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
General improvements to debugger.markdown