| OLD | NEW |
| 1 Tests "step in" functionality in debugger. | 1 Tests "step in" 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) testFunction (debugger-step-in.html:14) | 6 0) testFunction (debugger-step-in.html:14) |
| 7 Stepping into... | 7 Stepping into... |
| 8 Script execution resumed. | 8 Script execution resumed. |
| 9 Script execution paused. | 9 Script execution paused. |
| 10 Call stack: | 10 Call stack: |
| 11 0) testFunction (debugger-step-in.html:15) | 11 0) testFunction (debugger-step-in.html:15) |
| 12 Stepping into... | 12 Stepping into... |
| 13 Script execution resumed. | 13 Script execution resumed. |
| 14 Script execution paused. | 14 Script execution paused. |
| 15 Call stack: | 15 Call stack: |
| 16 0) d (debugger-step-in.html:9) | 16 0) d (debugger-step-in.html:9) |
| 17 1) testFunction (debugger-step-in.html:15) | 17 1) testFunction (debugger-step-in.html:15) |
| 18 Script execution resumed. | 18 Script execution resumed. |
| 19 | 19 |
| OLD | NEW |