mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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
9 lines
234 B
Plaintext
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.
|