escargot/tools/debugger/tests/do_wait_exit1.expected
2022-06-27 13:26:33 +09:00

11 lines
286 B
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_wait_exit1.js:1
(escargot-debugger) c
Print: 5
Stopped at <ScriptEnd>:2
(escargot-debugger) p a
5(escargot-debugger) p b
alma(escargot-debugger) p c
undefined(escargot-debugger) c
Connection closed.