blob: 639e208554852f0b05b7674145ec136ef21cd6fd [file] [log] [blame]
Tests "step in" functionality in debugger.
Debugger was enabled.
Set timer for test function.
Script execution paused.
Call stack:
0) testFunction (debugger-step-in.html:14)
Stepping into...
Script execution resumed.
Script execution paused.
Call stack:
0) testFunction (debugger-step-in.html:15)
Stepping into...
Script execution resumed.
Script execution paused.
Call stack:
0) d (debugger-step-in.html:8)
1) testFunction (debugger-step-in.html:15)
Script execution resumed.
Debugger was disabled.