Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bda3311

Browse filesBrowse files
addaleaxtargos
authored andcommitted
doc: node debugnode inspect in CLI docs
PR-URL: #22774 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com>
1 parent b4a79ac commit bda3311
Copy full SHA for bda3311

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ To view this documentation as a manual page in a terminal, run `man node`.
1212

1313
`node [options] [V8 options] [script.js | -e "script" | -] [--] [arguments]`
1414

15-
`node debug [script.js | -e "script" | <host>:<port>] …`
15+
`node inspect [script.js | -e "script" | <host>:<port>] …`
1616

1717
`node --v8-options`
1818

1919
Execute without arguments to start the [REPL][].
2020

21-
_For more info about `node debug`, please see the [debugger][] documentation._
21+
_For more info about `node inspect`, please see the [debugger][] documentation._
2222

2323
## Options
2424

Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
.Op Ar arguments ...
4444
.
4545
.Nm node
46-
.Cm debug
46+
.Cm inspect
4747
.Op Fl e Ar string | Ar script.js | Fl | Ar <host>:<port>
4848
.Ar ...
4949
.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.