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

doc: improvements to debugger.markdown copy #4436

Closed
wants to merge 1 commit into from

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Dec 27, 2015

General improvements to debugger.markdown

@jasnell jasnell added doc Issues and PRs related to the documentations. debugger labels Dec 27, 2015
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
Copy link
Contributor

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".

Copy link
Member

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

@cjihrig
Copy link
Contributor

cjihrig commented Dec 29, 2015

LGTM with comments.

@jasnell
Copy link
Member Author

jasnell commented Dec 29, 2015

@cjihrig @Trott ... nits fixed

@Qard
Copy link
Member

Qard commented Dec 29, 2015

LGTM

1 similar comment
@JungMinu
Copy link
Member

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
Copy link
Member

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.

@bnoordhuis
Copy link
Member

LGTM with a nit.

General improvements to debugger.markdown
@jasnell
Copy link
Member Author

jasnell commented Dec 30, 2015

@bnoordhuis ... nits addressed. I just took out the references to it being V8's debugger.

jasnell added a commit that referenced this pull request Dec 30, 2015
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>
@jasnell
Copy link
Member Author

jasnell commented Dec 30, 2015

Landed in 1a004f1

@jasnell jasnell closed this Dec 30, 2015
Fishrock123 pushed a commit to Fishrock123/node that referenced this pull request Jan 6, 2016
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>
jasnell added a commit that referenced this pull request Jan 7, 2016
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>
MylesBorins pushed a commit that referenced this pull request Jan 19, 2016
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>
@MylesBorins MylesBorins mentioned this pull request Jan 19, 2016
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants