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:
@@ -67,6 +67,7 @@ def generate_jerry_core(output_dir, verbose=False):
|
||||
'python', SRCMERGER,
|
||||
'--base-dir', JERRY_CORE,
|
||||
'--input={}/include/jerryscript.h'.format(JERRY_CORE),
|
||||
'--input={}/include/jerryscript-debugger-transport.h'.format(JERRY_CORE),
|
||||
'--output={}/jerryscript.h'.format(output_dir),
|
||||
'--remove-include=config.h',
|
||||
'--push-include=jerryscript-config.h',
|
||||
|
||||
Reference in New Issue
Block a user