OLD | NEW |
1 | 1 |
2 Tests stepping into/over/out with framework black-boxing. | 2 Tests stepping into/over/out with framework black-boxing. |
3 | 3 |
4 Debugger was enabled. | |
5 Set timer for test function. | 4 Set timer for test function. |
6 Call stack: | 5 Call stack: |
7 0) testFunction (frameworks-steppings.html:10) | 6 0) testFunction (frameworks-steppings.html:10) |
8 | 7 |
9 Executing StepInto... | 8 Executing StepInto... |
10 Executing StepInto... | 9 Executing StepInto... |
11 Call stack: | 10 Call stack: |
12 0) callback1 (frameworks-steppings.html:12) | 11 0) callback1 (frameworks-steppings.html:12) |
13 * 1) Framework.safeRun (framework.js:8) | 12 * 1) Framework.safeRun (framework.js:8) |
14 2) testFunction (frameworks-steppings.html:11) | 13 2) testFunction (frameworks-steppings.html:11) |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 3) callback1 (frameworks-steppings.html:12) | 121 3) callback1 (frameworks-steppings.html:12) |
123 * 4) Framework.safeRun (framework.js:8) | 122 * 4) Framework.safeRun (framework.js:8) |
124 5) testFunction (frameworks-steppings.html:11) | 123 5) testFunction (frameworks-steppings.html:11) |
125 | 124 |
126 Executing StepInto... | 125 Executing StepInto... |
127 Call stack: | 126 Call stack: |
128 0) callback1 (frameworks-steppings.html:13) | 127 0) callback1 (frameworks-steppings.html:13) |
129 * 1) Framework.safeRun (framework.js:8) | 128 * 1) Framework.safeRun (framework.js:8) |
130 2) testFunction (frameworks-steppings.html:11) | 129 2) testFunction (frameworks-steppings.html:11) |
131 | 130 |
132 Debugger was disabled. | |
133 | 131 |
OLD | NEW |