| OLD | NEW |
| 1 Tests debugger StepIntoAsync action (part 1). | 1 Tests debugger StepIntoAsync action (part 1). |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Executing StepOver... | 4 Executing StepOver... |
| 5 Executing StepOver... | 5 Executing StepOver... |
| 6 Executing StepOver... | 6 Executing StepOver... |
| 7 Call stack: | 7 Call stack: |
| 8 0) testFunction (debugger-step-into-async1.html:17) | 8 0) testFunction (debugger-step-into-async1.html:17) |
| 9 | 9 |
| 10 Executing StepIntoAsync... | 10 Executing StepIntoAsync... |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 1) callback4 (debugger-step-into-async1.html:58) | 130 1) callback4 (debugger-step-into-async1.html:58) |
| 131 * 2) Framework.safeRun (framework.js:8) | 131 * 2) Framework.safeRun (framework.js:8) |
| 132 * 3) Framework.safeRun (framework.js:13) | 132 * 3) Framework.safeRun (framework.js:13) |
| 133 * 4) Framework.safeRun (framework.js:10) | 133 * 4) Framework.safeRun (framework.js:10) |
| 134 * 5) Framework_bound (framework.js:105) | 134 * 5) Framework_bound (framework.js:105) |
| 135 [setTimeout] | 135 [setTimeout] |
| 136 * 0) Framework.schedule (framework.js:45) | 136 * 0) Framework.schedule (framework.js:45) |
| 137 1) callback3 (debugger-step-into-async1.html:50) | 137 1) callback3 (debugger-step-into-async1.html:50) |
| 138 | 138 |
| 139 | 139 |
| OLD | NEW |