Fix the exception handler bug (#1780)
If the debugger evaluate a variable out of the scope in eval mode, its get an error. JerryScript-DCO-1.0-Signed-off-by: Levente Orban orbanl@inf.u-szeged.hu
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Connecting to: localhost:5001
|
||||
Stopped at tests/debugger/do_eval_syntax.js:24
|
||||
(jerry-debugger) n
|
||||
Stopped at tests/debugger/do_eval_syntax.js:26
|
||||
(jerry-debugger) eval loop
|
||||
Uncaught exception: Error
|
||||
(jerry-debugger) c
|
||||
Connection closed.
|
||||
Reference in New Issue
Block a user