escargot/tools/debugger/tests/module_debug.expected
Ádám László Kulcsár 0ac274d1fc Add correct debugging to .mjs files
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>
2026-04-14 21:35:29 +09:00

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.