| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b4a79ac commit bda3311
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,13 +12,13 @@ To view this documentation as a manual page in a terminal, run `man node`. | |||
| 12 | 12 | ||
| 13 | 13 | `node [options] [V8 options] [script.js | -e "script" | -] [--] [arguments]` | |
| 14 | 14 | ||
| 15 | - `node debug [script.js | -e "script" | <host>:<port>] …` | ||
| 15 | + `node inspect [script.js | -e "script" | <host>:<port>] …` | ||
| 16 | 16 | ||
| 17 | 17 | `node --v8-options` | |
| 18 | 18 | ||
| 19 | 19 | Execute without arguments to start the [REPL][]. | |
| 20 | 20 | ||
| 21 | - _For more info about `node debug`, please see the [debugger][] documentation._ | ||
| 21 | + _For more info about `node inspect`, please see the [debugger][] documentation._ | ||
| 22 | 22 | ||
| 23 | 23 | ## Options | |
| 24 | 24 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ | |||
| 43 | 43 | .Op Ar arguments ... | |
| 44 | 44 | . | |
| 45 | 45 | .Nm node | |
| 46 | - .Cm debug | ||
| 46 | + .Cm inspect | ||
| 47 | 47 | .Op Fl e Ar string | Ar script.js | Fl | Ar <host>:<port> | |
| 48 | 48 | .Ar ... | |
| 49 | 49 | . | |
| Back | FazBrowse Home | New Git URL |
0 commit comments