mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
The debugger supports setting breakpoints, execution control (step, next, continue) and getting backtrace. The communication is WebSocket-based, so a browser can communicate with JerryScript without any intermediate application. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
13 lines
632 B
Plaintext
13 lines
632 B
Plaintext
Address setup: localhost:5001
|
|
Stopped at tests/debugger/do_step.js:25
|
|
(jerry-debugger) Breakpoint 1 at tests/debugger/do_step.js:25
|
|
(jerry-debugger) Stopped at tests/debugger/do_step.js:15 (in f1)
|
|
(jerry-debugger) Frame 0: tests/debugger/do_step.js:15 (in f1)
|
|
Frame 1: tests/debugger/do_step.js:25
|
|
(jerry-debugger) Breakpoint 2 at tests/debugger/do_step.js:26
|
|
(jerry-debugger) Stopped at breakpoint:2 tests/debugger/do_step.js:26
|
|
(jerry-debugger) Stopped at tests/debugger/do_step.js:20 (in f2)
|
|
(jerry-debugger) Frame 0: tests/debugger/do_step.js:20 (in f2)
|
|
Frame 1: tests/debugger/do_step.js:26
|
|
(jerry-debugger) Connection closed.
|