Add finish debugger command. (#2240)

With this command the engine continue running just after the function
in the current stack frame returns.

JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi.szeged@partner.samsung.com
This commit is contained in:
Imre Kiss
2018-03-12 14:42:48 +01:00
committed by László Langó
parent 685af74a10
commit a79c217aa0
9 changed files with 117 additions and 18 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ max-attributes=7
min-public-methods=0
# Maximum number of public methods for a class (see R0904).
max-public-methods=20
max-public-methods=25
# Maximum number of boolean expressions in a if statement
max-bool-expr=5