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
12 lines
387 B
Plaintext
12 lines
387 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_help.js:15
|
|
(jerry-debugger) help
|
|
|
|
Documented commands (type help <topic>):
|
|
========================================
|
|
b bt delete eval help next s
|
|
backtrace c dump exception list pendingdel src
|
|
break continue e fbreak n quit step
|
|
|
|
(jerry-debugger) quit
|