Tests the script formatting is working fine with breakpoints. Debugger was enabled. Running: testBreakpointsInOriginalAndFormattedSource Script execution paused. Breakpoint sidebar pane while paused in raw script-formatter-breakpoints.html:12 var f=0; Script execution resumed. Script execution paused. Breakpoint sidebar pane while paused in pretty printed script-formatter-breakpoints.html:17 var f = 0; Breakpoint sidebar pane while paused in raw script-formatter-breakpoints.html:12 var f=0; Script execution resumed. Running: testBreakpointSetInOriginalAndRemovedInFormatted Adding breakpoint. Formatting. Removing breakpoint. Unformatting. Running: testBreakpointsSetInFormattedSource Script execution paused. Breakpoint sidebar pane while paused in pretty printed unformatted.js:4 var b = 1; Breakpoint sidebar pane while paused in raw Script execution resumed. Debugger was disabled.