escargot/tools/debugger/tests/do_wait_exit2.js
Gergo Csizi 4bbd9d6cc6 Add breakpoint at the end of script execution
With --wait-before-exit it can be turned on in the debugger-server or in the debugger-client.

Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
2022-01-18 15:27:35 +09:00

4 lines
55 B
JavaScript
Executable file

let a = 5;
let b = "alma";
let c = undefined
print(a);