mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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>
9 lines
353 B
Text
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.
|