1425bb815Sopenharmony_ciConnecting to: localhost:5001 2425bb815Sopenharmony_ciStopped at tests/debugger/do_src.js:19 3425bb815Sopenharmony_ci(jerry-debugger) b f 4425bb815Sopenharmony_ciBreakpoint 1 at tests/debugger/do_src.js:16 (in f() at line:15, col:1) 5425bb815Sopenharmony_ci(jerry-debugger) n 6425bb815Sopenharmony_ciStopped at breakpoint:1 tests/debugger/do_src.js:16 (in f() at line:15, col:1) 7425bb815Sopenharmony_ci(jerry-debugger) next 8425bb815Sopenharmony_ciout: F1 9425bb815Sopenharmony_ciStopped at tests/debugger/do_src.js:20 10425bb815Sopenharmony_ci(jerry-debugger) s 11425bb815Sopenharmony_ciStopped at <unknown>:1 12425bb815Sopenharmony_ci(jerry-debugger) source 0 13425bb815Sopenharmony_ci 1 > f = function f() { 14425bb815Sopenharmony_ci 2 print('F2') } 15425bb815Sopenharmony_ci(jerry-debugger) n 16425bb815Sopenharmony_ciStopped at tests/debugger/do_src.js:21 17425bb815Sopenharmony_ci(jerry-debugger) step 18425bb815Sopenharmony_ciStopped at <unknown>:2 (in f() at line:1, col:5) 19425bb815Sopenharmony_ci(jerry-debugger) src 20425bb815Sopenharmony_ci 1 f = function f() { 21425bb815Sopenharmony_ci 2 > print('F2') } 22425bb815Sopenharmony_ci(jerry-debugger) c 23425bb815Sopenharmony_ciout: F2 24