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