escargot/tools/debugger/tests/do_break_no_arg.expected
Mate Dabis a5035c4ad8 Fix argument checking for b (break) command in python debugger
Signed-off-by: Mate Dabis <mdabis@inf.u-szeged.hu>
2021-11-10 14:52:11 +09:00

13 lines
335 B
Text

Connecting to: localhost:6501
Connection created!!!
Stopped at tools/debugger/tests/do_break_no_arg.js:24
(escargot-debugger) b
Error: Argument expected
(escargot-debugger) b
Error: Argument expected
(escargot-debugger) b
Error: Argument expected
(escargot-debugger) b
Error: Argument expected
(escargot-debugger) c
Connection closed.