| OLD | NEW |
| 1 CONSOLE MESSAGE: line 18: Done. | 1 CONSOLE MESSAGE: line 18: Done. |
| 2 CONSOLE MESSAGE: line 18: Done. | 2 CONSOLE MESSAGE: line 18: Done. |
| 3 Tests setting breakpoints. | 3 Tests setting breakpoints. |
| 4 | 4 |
| 5 | 5 |
| 6 Running: testSetConditionalBreakpointThatBreaks | 6 Running: testSetConditionalBreakpointThatBreaks |
| 7 Script source was shown. | 7 Script source was shown. |
| 8 Set timer for test function. | 8 Set timer for test function. |
| 9 Script execution paused. | 9 Script execution paused. |
| 10 Call stack: | 10 Call stack: |
| 11 0) testFunction (set-conditional-breakpoint.html:17) | 11 0) testFunction (set-conditional-breakpoint.html:17) |
| 12 Breakpoint sidebar pane | 12 Breakpoint sidebar pane |
| 13 | 13 set-conditional-breakpoint.html:17 var x = Math.sqrt(10); |
| 14 set-conditional-breakpoint.html:17 var x = Math.sqrt(10); | |
| 15 Breakpoint sidebar pane | 14 Breakpoint sidebar pane |
| 16 No Breakpoints | 15 No Breakpoints |
| 17 Script execution resumed. | 16 Script execution resumed. |
| 18 | 17 |
| 19 Running: testSetConditionalBreakpointThatDoesNotBreak | 18 Running: testSetConditionalBreakpointThatDoesNotBreak |
| 20 Script source was shown. | 19 Script source was shown. |
| 21 Set timer for test function. | 20 Set timer for test function. |
| 22 Test function finished. | 21 Test function finished. |
| 23 Breakpoint sidebar pane | 22 Breakpoint sidebar pane |
| 24 | 23 set-conditional-breakpoint.html:17 var x = Math.sqrt(10); |
| 25 set-conditional-breakpoint.html:17 var x = Math.sqrt(10); | |
| 26 Breakpoints removed. | 24 Breakpoints removed. |
| 27 Breakpoint sidebar pane | 25 Breakpoint sidebar pane |
| 28 No Breakpoints | 26 No Breakpoints |
| 29 | 27 |
| OLD | NEW |