jerryscript/tests/debugger/do_help.expected
Daniel Balla 8af89d951e Add the ability to throw an error to python debugger (#2188)
This patch makes it possible to throw an error from the python debugger client using the `throw` command.

JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
2018-03-28 16:46:24 +02:00

12 lines
435 B
Plaintext

Connecting to: localhost:5001
Stopped at tests/debugger/do_help.js:15
(jerry-debugger) help
Documented commands (type help <topic>):
========================================
b bt delete e f list n s src
backtrace c display eval finish memstats next scroll step
break continue dump exception help ms quit source throw
(jerry-debugger) quit