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