escargot/tools/debugger/tests/do_eval.cmd
Gergo Csizi 9f0574a8bd Add p command for the debugger
Signed-off-by: Gergo Csizi gergocs@inf.u-szeged.hu
2021-11-22 10:14:30 +09:00

13 lines
66 B
Batchfile
Executable file

b do_eval.js:7
c
eval a
e b
e c
e d
e e
print a
p b
p c
p d
p e
c