1 Tests debug(fn) console command.
4 Running: testSetSimpleBreakpoint
6 Set timer for test function.
7 Script execution paused.
9 0) simpleTestFunction (debug-console-command.html:10)
12 Script execution resumed.
14 Running: testSetBreakpointOnFirstFunctionInLine
16 Set timer for test function.
17 Script execution paused.
19 0) simpleTestFunction1 (debug-console-command.html:15)
22 Script execution resumed.
24 Running: testSetBreakpointOnLastFunctionInLine
26 Set timer for test function.
27 Script execution paused.
29 0) simpleTestFunction2 (debug-console-command.html:15)
32 Script execution resumed.
34 Running: testRemoveBreakpoint
35 Script execution paused.
36 Reason for pause: debugger statement.