escargot/tools/debugger/tests/module_debug_2.mjs
Á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

3 lines
74 B
JavaScript

export function hello_module2() {
print("hello from module_debug_2!")
}