escargot/tools/debugger/tests/do_wait_exit1.expected
Gergo Csizi 4bbd9d6cc6 Add breakpoint at the end of script execution
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
2022-01-18 15:27:35 +09:00

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.