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