0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test/debugger
Jackson Tian 81029c639a debugger: improve ESRCH error message
When using `iojs debug -p <pid>` with an invalid pid, the debugger
printed an internal error message because it wasn't smart enough
to figure out that the target process didn't exist.  Now it is.

PR-URL: https://github.com/nodejs/io.js/pull/1863
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
2015-06-05 05:54:19 +02:00
..
helper-debugger-repl.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debug-break-on-uncaught.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-client.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-debug-brk.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-pid.js debugger: improve ESRCH error message 2015-06-05 05:54:19 +02:00
test-debugger-remote.js test: remove hardwired references to 'iojs' 2015-06-03 16:53:05 +02:00
test-debugger-repl-break-in-module.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-repl-restart.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-repl-term.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-repl-utf8.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
test-debugger-repl.js test: enable linting for tests 2015-05-19 21:21:27 +02:00
testcfg.py