Make source scrolling command in python debugger (#2187)

Source is now scrollable after writing `scroll`.
Keys are `q` to quit, `w` to scroll up `s` to scroll down.

JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
This commit is contained in:
Daniel Balla
2018-02-07 09:38:54 +01:00
committed by László Langó
parent 67cee1f478
commit e8608707b6
2 changed files with 43 additions and 7 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ Stopped at tests/debugger/do_help.js:15
Documented commands (type help <topic>):
========================================
b bt delete e help ms quit src
backtrace c display eval list n s step
break continue dump exception memstats next source
b bt delete e help ms quit source
backtrace c display eval list n s src
break continue dump exception memstats next scroll step
(jerry-debugger) quit