| OLD | NEW |
| 1 Tests the script formatting is working fine with breakpoints. | 1 Tests the script formatting is working fine with breakpoints. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetup | 4 Running: testSetup |
| 5 | 5 |
| 6 Running: testBreakpointsSetAndRemoveInFormattedSource | 6 Running: testBreakpointsSetAndRemoveInFormattedSource |
| 7 Script execution paused. | 7 Script execution paused. |
| 8 Breakpoint sidebar pane while paused in pretty printed | 8 Breakpoint sidebar pane while paused in pretty printed |
| 9 | 9 |
| 10 unformatted2.js:formatted:4 var b = 1; | 10 unformatted2.js:formatted:4 var b = 1; |
| 11 Breakpoint sidebar pane while paused in raw | 11 Breakpoint sidebar pane while paused in raw |
| 12 | 12 |
| 13 Script execution resumed. | 13 Script execution resumed. |
| 14 | 14 |
| OLD | NEW |