escargot/tools/debugger/tests/do_command.expected
HyukWoo Park 8c51b7c9a6 Fix bugs in debugger
* fix debugger to add breakpoint at the first line
* fix debugger not to insert any breakpoint when compiling dynamic code
* add some assertion code to detect undesirable cases

Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
2021-12-03 11:57:22 +09:00

17 lines
453 B
Text
Executable file

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_command.js:1
b do_command.js:2
Breakpoint 1 at tools/debugger/tests/do_command.js:2
c
Stopped at breakpoint:1 tools/debugger/tests/do_command.js:2
e i
0c
Print: 0
Stopped at breakpoint:1 tools/debugger/tests/do_command.js:2
(escargot-debugger) c
Print: 1
Stopped at breakpoint:1 tools/debugger/tests/do_command.js:2
(escargot-debugger) c
Print: 2
Connection closed.