mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
To use the Escargot Debugger test system. First the Escargot needs to be build with the -DESCARGOT_DEBUGGER=1 option, then run the ./tools/run-test.py with the escargot-debugger command Signed-off-by: bence gabor kis <kisbg@inf.u-szeged.hu>
15 lines
602 B
Text
15 lines
602 B
Text
Connecting to: localhost:6501
|
|
Connection created!!!
|
|
Stopped at tools/debugger/tests/do_step.js:37
|
|
(escargot-debugger) step
|
|
Stopped at tools/debugger/tests/do_step.js:27 (in f1() at line:20, col:1)
|
|
(escargot-debugger) step
|
|
Stopped at tools/debugger/tests/do_step.js:24 (in g() at line:22, col:3)
|
|
(escargot-debugger) next
|
|
Stopped at tools/debugger/tests/do_step.js:28 (in f1() at line:20, col:1)
|
|
(escargot-debugger) next
|
|
Stopped at tools/debugger/tests/do_step.js:29 (in f1() at line:20, col:1)
|
|
(escargot-debugger) s
|
|
Stopped at tools/debugger/tests/do_step.js:38
|
|
(escargot-debugger) n
|
|
Connection closed.
|