| 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: testBreakpointsSetInFormattedAndRemoveInOriginalSource | 6 Running: testBreakpointsSetInFormattedAndRemoveInOriginalSource |
| 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 unformatted3.js:formatted:4 var c = 3; |
| 10 unformatted3.js:formatted:4 var c = 3; | |
| 11 Breakpoint sidebar pane while paused in raw | 10 Breakpoint sidebar pane while paused in raw |
| 12 No Breakpoints | 11 No Breakpoints |
| 13 Script execution resumed. | 12 Script execution resumed. |
| 14 | 13 |
| OLD | NEW |