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
16 lines
483 B
Plaintext
16 lines
483 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/client_source.js:15
|
|
(jerry-debugger) s
|
|
out: client-source-test
|
|
Stopped at tests/debugger/client_source.js:40
|
|
(jerry-debugger) s
|
|
Stopped at tests/debugger/client_source.js:35 (in test() at line:33, col:1)
|
|
(jerry-debugger) s
|
|
out: function test
|
|
Stopped at tests/debugger/client_source.js:36 (in test() at line:33, col:1)
|
|
(jerry-debugger) continue
|
|
out: function foo
|
|
out: function bar
|
|
out: function finish
|
|
out: finish: test-foo-bar
|