Fix some style issues in the python debugger client. (#3603)
JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
@@ -17,5 +17,7 @@ Stopped at tests/debugger/do_src.js:21
|
||||
(jerry-debugger) step
|
||||
Stopped at <unknown>:2 (in f() at line:1, col:5)
|
||||
(jerry-debugger) src
|
||||
1 f = function f() {
|
||||
2 > print('F2') }
|
||||
(jerry-debugger) c
|
||||
out: F2
|
||||
|
||||
Reference in New Issue
Block a user