You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ben Noordhuis
c5c28c3d50
debugger: make listen address configurable
`--debug=1.2.3.4:5678` and `--debug=example.com:5678` are now accepted,
likewise the `--debug-brk` and `--debug-port` switch. The latter is
now something of a misnomer but it's undocumented and for internal use
only so it shouldn't matter too much.
`--inspect=1.2.3.4:5678` and `--inspect=example.com:5678` are also
accepted but don't use the host name yet; they still bind to the
default address.
Fixes: https://github.com/nodejs/node/issues/3306
PR-URL: https://github.com/nodejs/node/pull/3316
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
10 years ago
..
sequential.status
test: unmark test-http-regr-gh-2928 as flaky
9 years ago
test-child-process-emfile.js
test: abstract skip functionality to common
9 years ago
test-child-process-execsync.js
test,benchmark: use deepStrictEqual()
9 years ago
test-child-process-fork-getconnections.js
src,test,tools: modify for more stringent linting
9 years ago
test-debug-host-port.js
debugger: make listen address configurable
9 years ago
test-debugger-debug-brk.js
test: move test-debugger-debug-brk to sequential
9 years ago
test-deprecation-flags.js
test: use common.fixturesDir almost everywhere
9 years ago
test-dgram-pingpong.js
test: fix flaky test-dgram-pingpong
9 years ago
test-fs-watch.js
tools: lint for object literal spacing
9 years ago
test-http-regr-gh-2928.js
test: retry on known SmartOS bug
9 years ago
test-init.js
test: fix style issues after eslint update
9 years ago
test-module-loading.js
test,benchmark: use deepStrictEqual()
9 years ago
test-net-GH-5504.js
buffer: add .from(), .alloc() and .allocUnsafe()
9 years ago
test-net-server-address.js
test: abstract skip functionality to common
9 years ago
test-next-tick-error-spin.js
test: enable linting for tests
10 years ago
test-pipe.js
buffer: add .from(), .alloc() and .allocUnsafe()
9 years ago
test-process-warnings.js
test: use common.fixturesDir almost everywhere
9 years ago
test-regress-GH-784.js
lib,test: fix whitespace issues
10 years ago
test-regress-GH-877.js
test: enable linting for tests
10 years ago
test-regress-GH-1697.js
buffer: add .from(), .alloc() and .allocUnsafe()
9 years ago
test-regress-GH-1726.js
test: remove unnecessary assignments
9 years ago
test-regress-GH-4015.js
test: enable linting for tests
10 years ago
test-regress-GH-4027.js
test: only refresh tmpDir for tests that need it
10 years ago
test-require-cache-without-stat.js
test: fix redeclared vars in sequential tests
9 years ago
test-stream2-fs.js
test,benchmark: use deepStrictEqual()
9 years ago
test-stream2-stderr-sync.js
test: remove unused assert module imports
9 years ago
test-util-debug.js
test: remove unnecessary assignments
9 years ago
test-vm-timeout-rethrow.js
lib,test,tools: alignment on variable assignments
9 years ago
testcfg.py
test: split test in parallel/sequential
10 years ago