• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Connecting to: localhost:5001
2Stopped at tests/debugger/do_exception.js:15
3(jerry-debugger) c
4out: exception handler configuration test
5Exception throw detected (to disable automatic stop type exception 0)
6Exception hint: TypeError
7Stopped around tests/debugger/do_exception.js:19 (in foo() at line:17, col:1)
8(jerry-debugger) c
9Exception throw detected (to disable automatic stop type exception 0)
10Exception hint: ReferenceError
11Stopped at tests/debugger/do_exception.js:24 (in foo() at line:17, col:1)
12(jerry-debugger) c
13Exception throw detected (to disable automatic stop type exception 0)
14Exception hint: 456
15Stopped at tests/debugger/do_exception.js:29 (in foo() at line:17, col:1)
16(jerry-debugger) c
17Exception throw detected (to disable automatic stop type exception 0)
18Exception hint: RangeError: Bad range!
19Stopped around tests/debugger/do_exception.js:34 (in foo() at line:17, col:1)
20(jerry-debugger) quit
21