mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Implement restart in escargot and python debugger. Also add debugger test. Signed-off-by: Ádám László Kulcsár <adam.kulcsar@szteszoftver.hu>
18 lines
615 B
Text
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.
|