escargot/tools/debugger/tests/do_restart.expected
Ádám László Kulcsár 475149426f Implement escargot debugger restart support
Implement restart in escargot and python debugger.
Also add debugger test.

Signed-off-by: Ádám László Kulcsár <adam.kulcsar@szteszoftver.hu>
2026-05-07 16:12:31 +09:00

18 lines
615 B
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_restart.js:9
(escargot-debugger) s
Stopped at tools/debugger/tests/do_restart.js:2 (in hello() at line:1, col:1)
(escargot-debugger) restart
Stopped at tools/debugger/tests/do_restart.js:9
(escargot-debugger) n
Print: Hello world!
Stopped at tools/debugger/tests/do_restart.js:10
(escargot-debugger) s
Stopped at tools/debugger/tests/do_restart.js:6 (in bye() at line:5, col:1)
(escargot-debugger) re
Stopped at tools/debugger/tests/do_restart.js:9
(escargot-debugger) c
Print: Hello world!
Print: Bye world!
Connection closed.