OLD | NEW |
1 Tests that debugger will stop on "debugger" statement w/ overriden string, etc. | 1 Tests that debugger will stop on "debugger" statement w/ overriden string, etc. |
2 | 2 |
3 Debugger was enabled. | |
4 Set timer for test function. | 3 Set timer for test function. |
5 Script execution paused. | 4 Script execution paused. |
6 Call stack: | 5 Call stack: |
7 0) testFunction (debugger-pause-with-overrides.html:10) | 6 0) testFunction (debugger-pause-with-overrides.html:10) |
8 Script execution resumed. | 7 Script execution resumed. |
9 Debugger was disabled. | |
10 | 8 |
OLD | NEW |