mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
* 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>
17 lines
453 B
Text
Executable file
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.
|