mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
With this feature the use can restart the actual debug session (similar to the multiple source context reset) within a client. JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi.szeged@partner.samsung.com
19 lines
437 B
Plaintext
19 lines
437 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_restart.js:23
|
|
(jerry-debugger) n
|
|
Stopped at tests/debugger/do_restart.js:24
|
|
(jerry-debugger) n
|
|
out: foo
|
|
Stopped at tests/debugger/do_restart.js:25
|
|
(jerry-debugger) n
|
|
out: bar
|
|
Stopped at tests/debugger/do_restart.js:24
|
|
(jerry-debugger) restart
|
|
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_restart.js:23
|
|
(jerry-debugger) continue
|
|
out: foo
|
|
out: bar
|
|
out: foo
|
|
out: bar
|