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