escargot/tools/debugger/tests/do_exception.expected
Robert Fancsik 4dfaec7c4a Statement MetaNodes should be early constructed
Since the debugger breakpoint generation requires a continuously increasing series of LOC indices
the statement node infos should be constructed in the beginning of their parsing functions.

Signed-off-by: Robert Fancsik <frobert@inf.u-szeged.hu>
2020-06-11 18:12:46 +09:00

9 lines
353 B
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_exception.js:28
(escargot-debugger) c
Exception: RangeError: Test exception
tools/debugger/tests/do_exception.js:21:10 [depth:0] (in g)
tools/debugger/tests/do_exception.js:25:4 [depth:1] (in f)
tools/debugger/tests/do_exception.js:28:1 [depth:2]
Connection closed.