mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
- Support to add pending breakpoints - Add fbreak command for the prompt - Manage this breakpoints - Add tests for it JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
19 lines
521 B
Plaintext
19 lines
521 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_pending_list.js:15
|
|
(jerry-debugger) fbreak do_pending_breakpoints.js:50
|
|
Breakpoint not found
|
|
Pending breakpoint added
|
|
(jerry-debugger) fbreak do_pending_breakpoints.js:235532
|
|
Breakpoint not found
|
|
Pending breakpoint added
|
|
(jerry-debugger) fbreak do_pending_breakpoints.js:2145
|
|
Breakpoint not found
|
|
Pending breakpoint added
|
|
(jerry-debugger) n
|
|
Stopped at tests/debugger/do_pending_list.js:17
|
|
(jerry-debugger) list pending
|
|
0: 50
|
|
1: 235532
|
|
2: 2145
|
|
(jerry-debugger) c
|