0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/inspector
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect
`node debug` is now an alias of `node inspect`. This is intended to be
a minimal change – it does not get rid of the the debugger code. That
can be done in a follow-on.

PR-URL: https://github.com/nodejs/node/pull/11441
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: joshgav - Josh Gavant <josh.gavant@outlook.com>
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
2017-04-11 17:58:26 -07:00
..
inspector-helper.js src,test: debug is now an alias for inspect 2017-04-11 17:58:26 -07:00
inspector.status
test-inspector-ip-detection.js inspector: proper WS URLs when bound to 0.0.0.0 2017-03-13 10:41:51 -07:00
test-inspector-stops-no-file.js inspector: check if connected before waiting 2016-12-06 14:28:20 -08:00
test-inspector.js tools: add unescaped regexp dot rule to linter 2017-03-29 10:53:28 +02:00
test-not-blocked-on-idle.js test: make tests pass when configured without-ssl 2017-03-04 20:16:52 +01:00
testcfg.py