| OLD | NEW |
| 1 Tests setting breakpoints. | 1 Tests setting breakpoints. |
| 2 | 2 |
| 3 Debugger was enabled. | 3 Debugger was enabled. |
| 4 | 4 |
| 5 Running: testSetBreakpoint | 5 Running: testSetBreakpoint |
| 6 Script source was shown. | 6 Script source was shown. |
| 7 Set timer for test function. | 7 Set timer for test function. |
| 8 Script execution paused. | 8 Script execution paused. |
| 9 Call stack: | 9 Call stack: |
| 10 0) testFunction (set-breakpoint.html:17) | 10 0) testFunction (set-breakpoint.html:17) |
| 11 |
| 12 Dump breakpoint sidebar pane: |
| 13 |
| 14 set-breakpoint.html:17 |
| 15 var x = Math.sqrt(10); |
| 16 |
| 17 Dump breakpoint sidebar pane: |
| 18 |
| 11 Script execution resumed. | 19 Script execution resumed. |
| 12 | 20 |
| 13 Running: testSetBreakpointOnTheLastLine | 21 Running: testSetBreakpointOnTheLastLine |
| 14 Call stack: | 22 Call stack: |
| 15 0) oneLineTestFunction (set-breakpoint.html:7) | 23 0) oneLineTestFunction (set-breakpoint.html:7) |
| 16 | 24 |
| 17 Running: testSetBreakpointOnTheLastLine2 | 25 Running: testSetBreakpointOnTheLastLine2 |
| 18 Call stack: | 26 Call stack: |
| 19 0) oneLineTestFunction2 (set-breakpoint.html:11) | 27 0) oneLineTestFunction2 (set-breakpoint.html:11) |
| 20 | 28 |
| 21 Running: testSetBreakpointOnTheSameLine | 29 Running: testSetBreakpointOnTheSameLine |
| 22 Debugger was disabled. | 30 Debugger was disabled. |
| 23 | 31 |
| OLD | NEW |