OLD | NEW |
1 Tests framework blackboxing feature with sourcemaps. | 1 Tests framework blackboxing feature with sourcemaps. |
2 | 2 |
3 Set timer for test function. | 3 Set timer for test function. |
4 Call stack: | 4 Call stack: |
5 0) testFunction (frameworks-sourcemap.html:10) | 5 0) testFunction (frameworks-sourcemap.html:10) |
| 6 [setTimeout] |
| 7 0) scheduleTestFunction (debugger-test.js:3) |
| 8 <... skipped remaining frames ...> |
6 | 9 |
7 Executing StepInto... | 10 Executing StepInto... |
8 Executing StepInto... | 11 Executing StepInto... |
9 Call stack: | 12 Call stack: |
10 0) callback (frameworks-sourcemap.html:16) | 13 0) callback (frameworks-sourcemap.html:16) |
11 * 1) foo (framework.js:4) | 14 * 1) foo (framework.js:4) |
12 2) testFunction (frameworks-sourcemap.html:11) | 15 2) testFunction (frameworks-sourcemap.html:11) |
| 16 [setTimeout] |
| 17 0) scheduleTestFunction (debugger-test.js:3) |
| 18 <... skipped remaining frames ...> |
13 | 19 |
14 Executing StepOut... | 20 Executing StepOut... |
15 Call stack: | 21 Call stack: |
16 0) testFunction (frameworks-sourcemap.html:12) | 22 0) testFunction (frameworks-sourcemap.html:12) |
| 23 [setTimeout] |
| 24 0) scheduleTestFunction (debugger-test.js:3) |
| 25 <... skipped remaining frames ...> |
17 | 26 |
18 | 27 |
OLD | NEW |