blob: 87c89cecef92842a8d64e1910862534b16379790 [file] [log] [blame]
Tests that debugger StepInto will stop inside next timeout handler.
Set timer for test function.
Call stack:
0) callback1 (debugger-step-into-across-timeouts.js:19)
[setTimeout]
0) testFunction (debugger-step-into-across-timeouts.js:13)
[setTimeout]
0) scheduleTestFunction <omitted>
<... skipped remaining frames ...>
Executing StepInto...
Executing StepInto...
Call stack:
0) callback2 (debugger-step-into-across-timeouts.js:24)
[setTimeout]
0) callback1 (debugger-step-into-across-timeouts.js:18)
[setTimeout]
0) testFunction (debugger-step-into-across-timeouts.js:13)
[setTimeout]
0) scheduleTestFunction <omitted>
<... skipped remaining frames ...>