node/test/inspector
cornholio 05707a9e01 cluster: overriding inspector port
Added an option to override inspector port for workers using
`settings.inspectPort` will override default port incrementing behavior.
Also, using this option allows to set 0 port for the whole cluster.

PR-URL: https://github.com/nodejs/node/pull/14140
Fixes: https://github.com/nodejs/node/issues/8495
Fixes: https://github.com/nodejs/node/issues/12941
Refs: https://github.com/nodejs/node/pull/9659
Refs: https://github.com/nodejs/node/pull/13761
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2017-07-19 15:02:40 -04:00
..
global-function.js inspector: Allows reentry when paused 2017-06-05 12:28:17 -07:00
inspector-helper.js test: fix RegExp nits 2017-06-21 22:44:23 +02:00
inspector.status test: fix test-inspector-port-zero-cluster 2017-06-21 22:43:07 +02:00
test-bindings.js test: skip test-bindings if inspector is disabled 2017-05-28 07:03:35 -07:00
test-inspector-break-when-eval.js inspector: Allows reentry when paused 2017-06-05 12:28:17 -07:00
test-inspector-debug-brk.js test: rearrange inspector headers into convention 2017-06-05 13:10:33 -07:00
test-inspector-exception.js inspector: fix crash on exception 2017-06-10 17:54:37 +02:00
test-inspector-ip-detection.js test: simplify test skipping 2017-07-19 15:02:06 -04:00
test-inspector-port-cluster.js cluster: overriding inspector port 2017-07-19 15:02:40 -04:00
test-inspector-port-zero-cluster.js test: fix test-inspector-port-zero-cluster 2017-06-21 22:43:07 +02:00
test-inspector-port-zero.js src: check whether inspector is doing io 2017-06-10 17:54:40 +02:00
test-inspector-stops-no-file.js test: rearrange inspector headers into convention 2017-06-05 13:10:33 -07:00
test-inspector.js test: fix RegExp nits 2017-06-21 22:44:23 +02:00
test-not-blocked-on-idle.js
test-off-no-session.js inspector: fix process._debugEnd() for inspector 2017-05-23 11:39:12 -07:00
test-off-with-session-then-on.js inspector: fix process._debugEnd() for inspector 2017-05-23 11:39:12 -07:00
testcfg.py