Support abort in the debugger. (#2273)
Aborts are not caught by catch/finally blocks, so it is possible to stop a script using the debugger. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
@@ -4,8 +4,9 @@ Stopped at tests/debugger/do_help.js:15
|
||||
|
||||
Documented commands (type help <topic>):
|
||||
========================================
|
||||
b bt delete e f list n s src
|
||||
backtrace c display eval finish memstats next scroll step
|
||||
break continue dump exception help ms quit source throw
|
||||
abort bt display exception list next source
|
||||
b c dump f memstats quit src
|
||||
backtrace continue e finish ms s step
|
||||
break delete eval help n scroll throw
|
||||
|
||||
(jerry-debugger) quit
|
||||
|
||||
Reference in New Issue
Block a user