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:
committed by
László Langó
parent
dd7e20c85d
commit
868ba92e02
@@ -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
|
||||
Reference in New Issue
Block a user