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>
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
import { hello_module2 } from "./module_debug_2.mjs";
|
|
|
|
print("hello from module_debug_1.mjs!");
|
|
hello_module2();
|