• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Connecting to: localhost:5001
2Stopped at tests/debugger/do_scope.js:15
3(jerry-debugger) scope
4level | type
50     | global
6(jerry-debugger) b do_scope.js:22
7Breakpoint 1 at tests/debugger/do_scope.js:22 (in f() at line:17, col:1)
8(jerry-debugger) c
9Exception throw detected (to disable automatic stop type exception 0)
10Exception hint: error
11Stopped at tests/debugger/do_scope.js:19 (in f() at line:17, col:1)
12(jerry-debugger) scope
13level | type
140     | local
151     | global
16(jerry-debugger) c
17Stopped at breakpoint:1 tests/debugger/do_scope.js:22 (in f() at line:17, col:1)
18(jerry-debugger) scope
19level | type
200     | catch
211     | local
222     | global
23(jerry-debugger) b do_scope.js:28
24Breakpoint 2 at tests/debugger/do_scope.js:28 (in function() at line:27, col:4)
25(jerry-debugger) c
26Stopped at breakpoint:2 tests/debugger/do_scope.js:28 (in function() at line:27, col:4)
27(jerry-debugger) scope
28level | type
290     | local
301     | closure
312     | global
32(jerry-debugger) b do_scope.js:31
33Breakpoint 3 at tests/debugger/do_scope.js:31 (in function() at line:27, col:4)
34(jerry-debugger) c
35Stopped at breakpoint:3 tests/debugger/do_scope.js:31 (in function() at line:27, col:4)
36(jerry-debugger) scope
37level | type
380     | with
391     | local
402     | closure
413     | global
42(jerry-debugger) b do_scope.js:33
43Breakpoint 4 at tests/debugger/do_scope.js:33 (in function() at line:27, col:4)
44(jerry-debugger) c
45Stopped at breakpoint:4 tests/debugger/do_scope.js:33 (in function() at line:27, col:4)
46(jerry-debugger) scope
47level | type
480     | with
491     | with
502     | local
513     | closure
524     | global
53(jerry-debugger) b do_scope.js:35
54Breakpoint 5 at tests/debugger/do_scope.js:35 (in function() at line:27, col:4)
55(jerry-debugger) c
56Stopped at breakpoint:5 tests/debugger/do_scope.js:35 (in function() at line:27, col:4)
57(jerry-debugger) scope
58level | type
590     | with
601     | local
612     | closure
623     | global
63(jerry-debugger) c
64