node/test/debugger
Rich Trott 8b396e3d71 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-06-23 17:25:08 -07:00
..
helper-debugger-repl.js lib,test: remove extra semicolons 2016-03-02 14:01:11 -08:00
test-debug-break-on-uncaught.js test: remove broken debugger scenarios 2016-03-21 13:07:01 -07:00
test-debugger-client.js test: fix test-debugger-client.js 2016-04-08 17:27:25 -04:00
test-debugger-debug-brk.js
test-debugger-pid.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-debugger-remote.js test: remove unused vars 2016-01-19 11:52:39 -08:00
test-debugger-repl-break-in-module.js test: fix test-debugger-repl-break-in-module 2016-06-23 17:25:08 -07:00
test-debugger-repl-restart.js test: fix style issues after eslint update 2016-02-15 11:30:23 -08:00
test-debugger-repl-term.js
test-debugger-repl-utf8.js
test-debugger-repl.js debugger: display array contents in repl 2016-06-23 17:25:05 -07:00
testcfg.py