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 Debugger was enabled. | |
5 Script source was shown. | 4 Script source was shown. |
6 Script execution paused. | 5 Script execution paused. |
7 Call stack: | 6 Call stack: |
8 0) throwAnException (debugger-pause-on-exception.html:9) | 7 0) throwAnException (debugger-pause-on-exception.html:9) |
9 1) handleClick (debugger-pause-on-exception.html:14) | 8 1) handleClick (debugger-pause-on-exception.html:14) |
10 Script execution resumed. | 9 Script execution resumed. |
11 Debugger was disabled. | |
12 | 10 |
OLD | NEW |