blob: cea819fc17e84ad6005c0ef726a52798b7d92b71 [file] [log] [blame]
Tests setting breakpoints.
Running: testSetBreakpoint
Script source was shown.
Set timer for test function.
Script execution paused.
Call stack:
0) testFunction (set-breakpoint.html:14)
Breakpoint sidebar pane
set-breakpoint.html:14checked var x = Math.sqrt(10);
Breakpoint sidebar pane
No breakpoints
Script execution resumed.
Running: testSetBreakpointOnTheLastLine
Call stack:
0) oneLineTestFunction (set-breakpoint.html:4)
Running: testSetBreakpointOnTheLastLine2
Call stack:
0) oneLineTestFunction2 (set-breakpoint.html:8)
Running: testSetBreakpointOnTheSameLine