You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/cli.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1270,6 +1270,7 @@ Activate inspector on `host:port`. Default is `127.0.0.1:9229`.
1270
1270
V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
1271
1271
and profile Node.js instances. The tools attach to Node.js instances via a
1272
1272
tcp port and communicate using the [Chrome DevTools Protocol][].
1273
+
See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.
1273
1274
1274
1275
<!-- Anchor to make sure old links find a target -->
1275
1276
@@ -1300,6 +1301,8 @@ added: v7.6.0
1300
1301
Activate inspector on `host:port` and break at start of user script.
1301
1302
Default `host:port` is `127.0.0.1:9229`.
1302
1303
1304
+
See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.
1305
+
1303
1306
### `--inspect-port=[host:]port`
1304
1307
1305
1308
<!-- YAML
@@ -1321,6 +1324,17 @@ Specify ways of the inspector web socket url exposure.
1321
1324
By default inspector websocket url is available in stderr and under `/json/list`
1322
1325
endpoint on `http://host:port/json/list`.
1323
1326
1327
+
### `--inspect-wait[=[host:]port]`
1328
+
1329
+
<!-- YAML
1330
+
added: REPLACEME
1331
+
-->
1332
+
1333
+
Activate inspector on `host:port` and wait for debugger to be attached.
1334
+
Default `host:port` is `127.0.0.1:9229`.
1335
+
1336
+
See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.
1337
+
1324
1338
### `-i`, `--interactive`
1325
1339
1326
1340
<!-- YAML
@@ -2709,6 +2723,7 @@ one is included in the list below.
0 commit comments