jerryscript/tests/debugger/do_eval_syntax.expected
Levente Orban 9d4123c3c4 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
2017-04-26 20:29:16 +09:00

9 lines
234 B
Plaintext

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.