OLD | NEW |
1 CONSOLE ERROR: line 9: Uncaught ReferenceError: unknown_var is not defined | 1 CONSOLE ERROR: line 9: Uncaught ReferenceError: unknown_var is not defined |
2 Tests that pause on exception works. | 2 Tests that pause on exception works. |
3 | 3 |
4 Script source was shown. | 4 Script source was shown. |
5 Script execution paused. | 5 Script execution paused. |
6 Call stack: | 6 Call stack: |
7 0) throwAnException (debugger-pause-on-exception.html:9) | 7 0) throwAnException (debugger-pause-on-exception.html:9) |
8 1) handleClick (debugger-pause-on-exception.html:14) | 8 1) handleClick (debugger-pause-on-exception.html:14) |
| 9 [setTimeout] |
| 10 0) (:1) |
9 Paused on exceptionReferenceError: unknown_var is not defined | 11 Paused on exceptionReferenceError: unknown_var is not defined |
10 Script execution resumed. | 12 Script execution resumed. |
11 | 13 |
OLD | NEW |