doc: add process.debugPort to doc/api/process.md#18716
Closed
flickz wants to merge 4 commits intonodejs:masterfrom
Closed
doc: add process.debugPort to doc/api/process.md#18716flickz wants to merge 4 commits intonodejs:masterfrom
flickz wants to merge 4 commits intonodejs:masterfrom
Conversation
cjihrig
approved these changes
Feb 11, 2018
doc/api/process.md
Outdated
| --> | ||
| * {number} | ||
|
|
||
| A port number for the debugger to listen to. |
Contributor
There was a problem hiding this comment.
Maybe rephrase as "The port used by Node's debugger when it is enabled." or something similar.
daynin
approved these changes
Feb 11, 2018
BridgeAR
reviewed
Feb 12, 2018
doc/api/process.md
Outdated
| --> | ||
| * {number} | ||
|
|
||
| The port used by Node's debugger when enabled. |
Member
There was a problem hiding this comment.
It is actually called Node.js so it should be called Node.js's.
lpinca
approved these changes
Feb 13, 2018
jasnell
approved these changes
Feb 13, 2018
mmarchini
approved these changes
Feb 15, 2018
Member
BridgeAR
reviewed
Feb 17, 2018
doc/api/process.md
Outdated
| The port used by Node.js's debugger when enabled. | ||
|
|
||
| ```js | ||
| process.debugPort = 5858; |
Member
There was a problem hiding this comment.
The linter complains about the indentation. Please do not use any spaces here :-)
Contributor
Author
|
@BridgeAR Resolved |
benjamingr
approved these changes
Feb 20, 2018
tniessen
approved these changes
Feb 23, 2018
Contributor
Contributor
|
Landed in 65ca369 😄 |
mmarchini
pushed a commit
that referenced
this pull request
Feb 26, 2018
Fixes: #18639 PR-URL: #18716 Refs: #18639 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
addaleax
pushed a commit
to addaleax/node
that referenced
this pull request
Feb 26, 2018
Fixes: nodejs#18639 PR-URL: nodejs#18716 Refs: nodejs#18639 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
addaleax
pushed a commit
that referenced
this pull request
Feb 26, 2018
Fixes: #18639 PR-URL: #18716 Refs: #18639 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Closed
MayaLekova
pushed a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
Fixes: nodejs#18639 PR-URL: nodejs#18716 Refs: nodejs#18639 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
jasnell
pushed a commit
to jasnell/node
that referenced
this pull request
Aug 17, 2018
Fixes: nodejs#18639 PR-URL: nodejs#18716 Refs: nodejs#18639 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
MylesBorins
pushed a commit
that referenced
this pull request
Sep 6, 2018
Fixes: #18639 Backport-PR-URL: #22380 PR-URL: #18716 Refs: #18639 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: #18639
Added
process.debugPortto process api docChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
doc