Improve JerryScript debugger (#4299)

- 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
This commit is contained in:
Zoltan Herczeg
2020-10-19 15:26:19 +02:00
committed by GitHub
parent 3c9a7915e1
commit 6f25d6ed31
9 changed files with 26 additions and 26 deletions
+5 -5
View File
@@ -4,10 +4,10 @@ Stopped at tests/debugger/do_help.js:15
Documented commands (type help <topic>):
========================================
EOF bt dump f ms restart src
abort c e finish n s step
b continue eval help next scope throw
backtrace delete eval_at list quit scroll variables
break display exception memstats res source
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