| OLD | NEW |
| 1 Tests that pause on exception is muted when conditional breakpoint is set to "fa
lse". | 1 Tests that pause on exception is muted when conditional breakpoint is set to "fa
lse". |
| 2 | 2 |
| 3 Script source was shown. | 3 Script source was shown. |
| 4 Script execution paused. | 4 Script execution paused. |
| 5 Call stack: | 5 Call stack: |
| 6 0) throwAnException (debugger-mute-exception.html:18) | 6 0) throwAnException (debugger-mute-exception.html:18) |
| 7 1) handleClick (debugger-mute-exception.html:25) | 7 1) handleClick (debugger-mute-exception.html:25) |
| 8 [setTimeout] |
| 9 0) (:1) |
| 8 Paused on exceptionTypeError: Cannot set property 'bar' of undefined | 10 Paused on exceptionTypeError: Cannot set property 'bar' of undefined |
| 9 Script execution resumed. | 11 Script execution resumed. |
| 10 | 12 |
| OLD | NEW |