mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
With --wait-before-exit it can be turned on in the debugger-server or in the debugger-client. Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
11 lines
286 B
Text
Executable file
11 lines
286 B
Text
Executable file
Connecting to: localhost:6501
|
|
Connection created!!!
|
|
Stopped at tools/debugger/tests/do_wait_exit1.js:1
|
|
(escargot-debugger) c
|
|
Print: 5
|
|
Stopped at <ScriptEnd>:1
|
|
(escargot-debugger) p a
|
|
5(escargot-debugger) p b
|
|
alma(escargot-debugger) p c
|
|
undefined(escargot-debugger) c
|
|
Connection closed.
|