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
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_eval_syntax.js:24
|
|
(jerry-debugger) n
|
|
Stopped at tests/debugger/do_eval_syntax.js:26
|
|
(jerry-debugger) eval loop
|
|
Uncaught exception: Error
|
|
(jerry-debugger) c
|
|
out: bar function
|