Add pending breakpoints feature to python debugger client (#1810)
- 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
This commit is contained in:
committed by
Zoltan Herczeg
parent
31cd3b8020
commit
0806c16902
@@ -4,7 +4,8 @@ Stopped at tests/debugger/do_help.js:15
|
||||
|
||||
Documented commands (type help <topic>):
|
||||
========================================
|
||||
b break c delete e exception list next s step
|
||||
backtrace bt continue dump eval help n quit src
|
||||
b bt delete eval help next s
|
||||
backtrace c dump exception list pendingdel src
|
||||
break continue e fbreak n quit step
|
||||
|
||||
(jerry-debugger) quit
|
||||
|
||||
Reference in New Issue
Block a user