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