node/test/debugger
Rich Trott abb063a6a3 test: fix test-debugger-repl-break-in-module
The line number checks in test-debugger-repl-break-in-module were
checking for line numbers that exceed the total number of lines in the
files that were being inspected. Change the checks to match the actual
files.

PR-URL: https://github.com/nodejs/node/pull/6686
Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2016-05-17 08:51:57 -05:00
..
helper-debugger-repl.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
test-debug-break-on-uncaught.js test: remove broken debugger scenarios 2016-03-07 11:20:43 -08:00
test-debugger-client.js test: fix test-debugger-client.js 2016-03-24 13:09:05 -07:00
test-debugger-remote.js test: remove unused vars 2016-01-05 08:59:58 -08:00
test-debugger-repl-break-in-module.js test: fix test-debugger-repl-break-in-module 2016-05-17 08:51:57 -05:00
test-debugger-repl-restart.js test: fix style issues after eslint update 2016-01-13 23:16:17 +01:00
test-debugger-repl-term.js test: load common.js in all tests 2015-10-06 15:11:47 -07:00
test-debugger-repl-utf8.js
test-debugger-repl.js debugger: display array contents in repl 2016-05-03 20:20:40 -04:00
testcfg.py