@@ -1330,7 +1330,8 @@ accepted. Avoid using this option.
1330
1330
added: v6.3.0
1331
1331
-->
1332
1332
1333
- Activate inspector on ` host:port ` . Default is ` 127.0.0.1:9229 ` .
1333
+ Activate inspector on ` host:port ` . Default is ` 127.0.0.1:9229 ` . If port ` 0 ` is
1334
+ specified, a random available port will be used.
1334
1335
1335
1336
V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
1336
1337
and profile Node.js instances. The tools attach to Node.js instances via a
@@ -1364,7 +1365,8 @@ added: v7.6.0
1364
1365
-->
1365
1366
1366
1367
Activate inspector on ` host:port ` and break at start of user script.
1367
- Default ` host:port ` is ` 127.0.0.1:9229 ` .
1368
+ Default ` host:port ` is ` 127.0.0.1:9229 ` . If port ` 0 ` is specified,
1369
+ a random available port will be used.
1368
1370
1369
1371
See [ V8 Inspector integration for Node.js] [ ] for further explanation on Node.js debugger.
1370
1372
@@ -1377,7 +1379,8 @@ added: v7.6.0
1377
1379
Set the ` host:port ` to be used when the inspector is activated.
1378
1380
Useful when activating the inspector by sending the ` SIGUSR1 ` signal.
1379
1381
1380
- Default host is ` 127.0.0.1 ` .
1382
+ Default host is ` 127.0.0.1 ` . If port ` 0 ` is specified,
1383
+ a random available port will be used.
1381
1384
1382
1385
See the [ security warning] [ ] below regarding the ` host `
1383
1386
parameter usage.
@@ -1396,7 +1399,8 @@ added: v20.15.0
1396
1399
-->
1397
1400
1398
1401
Activate inspector on ` host:port ` and wait for debugger to be attached.
1399
- Default ` host:port ` is ` 127.0.0.1:9229 ` .
1402
+ Default ` host:port ` is ` 127.0.0.1:9229 ` . If port ` 0 ` is specified,
1403
+ a random available port will be used.
1400
1404
1401
1405
See [ V8 Inspector integration for Node.js] [ ] for further explanation on Node.js debugger.
1402
1406
0 commit comments