mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Sending the output to the debugger client, at the moment only the JS side prints are sent over. JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_next.js:15
|
|
(jerry-debugger) next
|
|
out: next test
|
|
Stopped at tests/debugger/do_next.js:17
|
|
(jerry-debugger) next
|
|
out: var cat
|
|
Stopped at tests/debugger/do_next.js:18
|
|
(jerry-debugger) c
|