mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
- Support print (p) as alias to eval (e) - Fix backtrace processing (incorrect increment when cpointer is 4 byte long) - Support partial names for pending breakpoints (similar to normal breakpoints) - Don't print newline after pending breakpoint dialog text - Add jerryscript-debugger-transport.h to all-in-one build JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_help.js:15
|
|
(jerry-debugger) help
|
|
|
|
Documented commands (type help <topic>):
|
|
========================================
|
|
EOF bt dump f ms quit scroll variables
|
|
abort c e finish n res source
|
|
b continue eval help next restart src
|
|
backtrace delete eval_at list p s step
|
|
break display exception memstats print scope throw
|
|
|
|
(jerry-debugger) quit
|