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 CONSOLE ERROR: line 23: Uncaught TypeError: undefined is not a function | 2 CONSOLE ERROR: line 23: Uncaught TypeError: undefined is not a function |
3 Tests that anti-breakpoint works. | 3 Tests that anti-breakpoint works. |
4 | 4 |
5 Debugger was enabled. | |
6 Script source was shown. | 5 Script source was shown. |
7 Script execution paused. | 6 Script execution paused. |
8 Call stack: | 7 Call stack: |
9 0) throwAnException (debugger-no-pause-on-antibreakpoint.html:9) | 8 0) throwAnException (debugger-no-pause-on-antibreakpoint.html:9) |
10 1) handleClick (debugger-no-pause-on-antibreakpoint.html:14) | 9 1) handleClick (debugger-no-pause-on-antibreakpoint.html:14) |
11 Script execution resumed. | 10 Script execution resumed. |
12 Antibreakpoint must be set by now. | 11 Antibreakpoint must be set by now. |
13 Script execution paused. | 12 Script execution paused. |
14 Call stack: | 13 Call stack: |
15 0) handleClick2 (debugger-no-pause-on-antibreakpoint.html:23) | 14 0) handleClick2 (debugger-no-pause-on-antibreakpoint.html:23) |
16 Script execution resumed. | 15 Script execution resumed. |
17 Debugger was disabled. | |
18 | 16 |
OLD | NEW |