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:
Levente Orban
2017-05-18 09:00:38 +02:00
committed by Zoltan Herczeg
parent 31cd3b8020
commit 0806c16902
8 changed files with 148 additions and 14 deletions
@@ -0,0 +1,6 @@
fbreak f
list pending
n
n
c
c