• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Connecting to: localhost:5001
2Stopped at tests/debugger/do_finish.js:15
3(jerry-debugger) finish
4out: finish-test
5Stopped at tests/debugger/do_finish.js:26
6(jerry-debugger) finish
7Stopped at tests/debugger/do_finish.js:18 (in foo() at line:17, col:1)
8(jerry-debugger) finish
9out: foo
10out: bar
11Stopped at tests/debugger/do_finish.js:42
12(jerry-debugger) step
13Stopped at tests/debugger/do_finish.js:29 (in dog() at line:28, col:1)
14(jerry-debugger) finish
15out: *bark*
16out: *sit*
17out: *bark*
18Stopped at tests/debugger/do_finish.js:44
19(jerry-debugger) continue
20out: END: finish-test
21