Skip to content

Commit

Permalink
fixup! cli: document --inspect port 0 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller authored Jul 9, 2024
1 parent f497ab2 commit 168fb2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,8 @@ added: v7.6.0
-->

Activate inspector on `host:port` and break at start of user script.
Default `host:port` is `127.0.0.1:9229`.
Default `host:port` is `127.0.0.1:9229`. If port `0` is specified,
a random available port will be used.

See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.

Expand Down

0 comments on commit 168fb2b

Please sign in to comment.