mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Add breakpoint on the start of the first source code line so that module file imports can be debugged. Also extend debugger test script since Escargot uses realpaths with modules. Signed-off-by: Ádám László Kulcsár <kuladam@inf.u-szeged.hu>
10 lines
315 B
Text
10 lines
315 B
Text
Connecting to: localhost:6501
|
|
Connection created!!!
|
|
(escargot-debugger) n
|
|
Stopped at tools/debugger/tests/module_debug_1.mjs:3
|
|
(escargot-debugger) n
|
|
Print: hello from module_debug_1.mjs!
|
|
Stopped at tools/debugger/tests/module_debug_1.mjs:4
|
|
(escargot-debugger) n
|
|
Print: hello from module_debug_2!
|
|
Connection closed.
|