OLD | NEW |
1 | 1 |
2 Tests that stepping into blackboxed framework will not pause on setTimeout() ins
ide the framework. | 2 Tests that stepping into blackboxed framework will not pause on setTimeout() ins
ide the framework. |
3 | 3 |
4 Set timer for test function. | 4 Set timer for test function. |
5 Call stack: | 5 Call stack: |
6 0) stop (frameworks-step-into-skips-setTimeout.html:25) | 6 0) stop (frameworks-step-into-skips-setTimeout.html:25) |
7 1) callback (frameworks-step-into-skips-setTimeout.html:19) | 7 1) callback (frameworks-step-into-skips-setTimeout.html:19) |
8 * 2) Framework_scheduleUntilDone (framework.js:142) | 8 * 2) Framework_scheduleUntilDone (framework.js:142) |
9 | 9 |
10 Executing StepOut... | 10 Executing StepOut... |
11 Call stack: | 11 Call stack: |
12 0) callback (frameworks-step-into-skips-setTimeout.html:20) | 12 0) callback (frameworks-step-into-skips-setTimeout.html:20) |
13 * 1) Framework_scheduleUntilDone (framework.js:142) | 13 * 1) Framework_scheduleUntilDone (framework.js:142) |
14 | 14 |
15 Executing StepInto... | 15 Executing StepInto... |
16 Call stack: | 16 Call stack: |
17 0) callback (frameworks-step-into-skips-setTimeout.html:21) | 17 0) callback (frameworks-step-into-skips-setTimeout.html:21) |
18 * 1) Framework_scheduleUntilDone (framework.js:142) | 18 * 1) Framework_scheduleUntilDone (framework.js:142) |
19 | 19 |
20 Executing StepInto... | 20 Executing StepInto... |
21 Call stack: | 21 Call stack: |
22 0) callback (frameworks-step-into-skips-setTimeout.html:15) | 22 0) callback (frameworks-step-into-skips-setTimeout.html:17) |
23 * 1) Framework_scheduleUntilDone (framework.js:142) | 23 * 1) Framework_scheduleUntilDone (framework.js:142) |
24 | 24 |
25 | 25 |
OLD | NEW |