OLD | NEW |
1 Tests "step out" functionality in debugger. | 1 Tests "step out" functionality in debugger. |
2 | 2 |
3 Debugger was enabled. | |
4 Set timer for test function. | 3 Set timer for test function. |
5 Script execution paused. | 4 Script execution paused. |
6 Call stack: | 5 Call stack: |
7 0) d (debugger-step-out.html:9) | 6 0) d (debugger-step-out.html:9) |
8 1) testFunction (debugger-step-out.html:14) | 7 1) testFunction (debugger-step-out.html:14) |
9 Stepping out... | 8 Stepping out... |
10 Script execution resumed. | 9 Script execution resumed. |
11 Script execution paused. | 10 Script execution paused. |
12 Call stack: | 11 Call stack: |
13 0) testFunction (debugger-step-out.html:15) | 12 0) testFunction (debugger-step-out.html:15) |
14 Script execution resumed. | 13 Script execution resumed. |
15 Debugger was disabled. | |
16 | 14 |
OLD | NEW |