escargot/tools/debugger/tests/do_command.js
Gergo Csizi 45675c8b0b Add --command argument for the debugger
--command takes one string which contains commands to be executed at the start of the program.
The commands must be separated with semicolon.

Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
2021-12-01 16:50:16 +09:00

3 lines
40 B
JavaScript
Executable file

for(let i = 0; i < 3; i++){
print(i)
}