blob: dec9a45ff7d19da1610221246bf419dd8db400cc [file] [log] [blame]
Tests that debugger StepOver will stop inside next timeout handler.
Set timer for test function.
Call stack:
0) callback1 (debugger-step-over-across-timeouts.html:15)
[setTimeout]
0) testFunction (debugger-step-over-across-timeouts.html:9)
[setTimeout]
0) scheduleTestFunction <omitted>
<... skipped remaining frames ...>
Executing StepOver...
Executing StepOver...
Call stack:
0) callback2 (debugger-step-over-across-timeouts.html:20)
[setTimeout]
0) callback1 (debugger-step-over-across-timeouts.html:14)
[setTimeout]
0) testFunction (debugger-step-over-across-timeouts.html:9)
[setTimeout]
0) scheduleTestFunction <omitted>
<... skipped remaining frames ...>