Add more tests for the remote debugger (#1667)

JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
This commit is contained in:
Levente Orban
2017-03-20 12:38:04 +01:00
committed by László Langó
parent dd7e20c85d
commit 868ba92e02
9 changed files with 121 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
Connecting to: localhost:5001
Stopped at tests/debugger/do_list.js:15
(jerry-debugger) b do_list.js:18
Breakpoint 1 at tests/debugger/do_list.js:18
(jerry-debugger) b do_list.js:19
Breakpoint 2 at tests/debugger/do_list.js:19
(jerry-debugger) list
1: tests/debugger/do_list.js:18
2: tests/debugger/do_list.js:19
(jerry-debugger) quit