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>
3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
export function hello_module2() {
|
|
print("hello from module_debug_2!")
|
|
}
|