blob: 94719b11ec91caaf957a8a63a87dd1841e71db13 [file] [log] [blame]
Tests "step in" functionality in debugger.
Set timer for test function.
Script execution paused.
Call stack:
0) testFunction (debugger-step-in.js:17)
Stepping into...
Script execution resumed.
Script execution paused.
Call stack:
0) testFunction (debugger-step-in.js:18)
Stepping into...
Script execution resumed.
Script execution paused.
Call stack:
0) d (debugger-step-in.js:12)
1) testFunction (debugger-step-in.js:18)
Script execution resumed.