Initial version of JerryScript debugger (#1557)
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
This commit is contained in:
committed by
Tilmann Scheller
parent
453066fcf1
commit
025a99ccbb
@@ -0,0 +1,8 @@
|
||||
Address setup: localhost:5001
|
||||
Stopped at tests/debugger/do_break.js:15
|
||||
(jerry-debugger) Breakpoint not found
|
||||
(jerry-debugger) (jerry-debugger) Breakpoint not found
|
||||
(jerry-debugger) Error: Breakpoint 1 not found
|
||||
(jerry-debugger) Stopped at tests/debugger/do_break.js:42
|
||||
(jerry-debugger) Stopped at tests/debugger/do_break.js:43
|
||||
(jerry-debugger) Connection closed.
|
||||
Reference in New Issue
Block a user