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
@@ -1196,6 +1196,7 @@ Activate inspector on `host:port`. Default is `127.0.0.1:9229`.
1196
1196
V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
1197
1197
and profile Node.js instances. The tools attach to Node.js instances via a
1198
1198
tcp port and communicate using the [Chrome DevTools Protocol][].
1199
+
See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.
1199
1200
1200
1201
<!-- Anchor to make sure old links find a target -->
1201
1202
@@ -1226,6 +1227,8 @@ added: v7.6.0
1226
1227
Activate inspector on `host:port` and break at start of user script.
1227
1228
Default `host:port` is `127.0.0.1:9229`.
1228
1229
1230
+
See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.
1231
+
1229
1232
### `--inspect-port=[host:]port`
1230
1233
1231
1234
<!-- YAML
@@ -1247,6 +1250,17 @@ Specify ways of the inspector web socket url exposure.
1247
1250
By default inspector websocket url is available in stderr and under `/json/list`
1248
1251
endpoint on `http://host:port/json/list`.
1249
1252
1253
+
### `--inspect-wait[=[host:]port]`
1254
+
1255
+
<!-- YAML
1256
+
added: REPLACEME
1257
+
-->
1258
+
1259
+
Activate inspector on `host:port` and wait for debugger to be attached.
1260
+
Default `host:port` is `127.0.0.1:9229`.
1261
+
1262
+
See [V8 Inspector integration for Node.js][] for further explanation on Node.js debugger.
1263
+
1250
1264
### `-i`, `--interactive`
1251
1265
1252
1266
<!-- YAML
@@ -2520,6 +2534,7 @@ one is included in the list below.
0 commit comments