• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Connecting to: localhost:5001
2Stopped at tests/debugger/do_step.js:32
3(jerry-debugger) step
4Stopped at tests/debugger/do_step.js:22 (in f1() at line:15, col:1)
5(jerry-debugger) step
6Stopped at tests/debugger/do_step.js:19 (in g() at line:17, col:3)
7(jerry-debugger) backtrace
8Frame 0: tests/debugger/do_step.js:19 (in g() at line:17, col:3)
9Frame 1: tests/debugger/do_step.js:22 (in f1() at line:15, col:1)
10Frame 2: tests/debugger/do_step.js:32
11(jerry-debugger) next
12Stopped at tests/debugger/do_step.js:23 (in f1() at line:15, col:1)
13(jerry-debugger) bt
14Frame 0: tests/debugger/do_step.js:23 (in f1() at line:15, col:1)
15Frame 1: tests/debugger/do_step.js:32
16(jerry-debugger) next
17Stopped at tests/debugger/do_step.js:33
18(jerry-debugger) s
19Stopped at tests/debugger/do_step.js:28 (in f2() at line:26, col:1)
20(jerry-debugger) n
21Stopped at tests/debugger/do_step.js:29 (in f2() at line:26, col:1)
22(jerry-debugger) bt
23Frame 0: tests/debugger/do_step.js:29 (in f2() at line:26, col:1)
24Frame 1: tests/debugger/do_step.js:33
25(jerry-debugger) c
26