OLD | NEW |
1 | 1 |
2 Tests that debugger will step through Promise handlers while not stepping into V
8 internal scripts. | 2 Tests that debugger will step through Promise handlers while not stepping into V
8 internal scripts. |
3 | 3 |
4 Set timer for test function. | 4 Set timer for test function. |
5 Call stack: | 5 Call stack: |
6 0) p1 (debugger-step-through-promises.html:12) | 6 0) p1 (debugger-step-through-promises.html:12) |
7 [Promise.resolve] | 7 [Promise.resolve] |
8 0) testFunction (debugger-step-through-promises.html:9) | 8 0) testFunction (debugger-step-through-promises.html:9) |
9 [setTimeout] | 9 [setTimeout] |
10 0) scheduleTestFunction (debugger-test.js:3) | 10 0) scheduleTestFunction (debugger-test.js:3) |
11 <... skipped remaining frames ...> | 11 <... skipped remaining frames ...> |
12 | 12 |
13 Executing StepInto... | 13 Executing StepInto... |
14 Call stack: | 14 Call stack: |
15 0) p1 (debugger-step-through-promises.html:13) | 15 0) p1 (debugger-step-through-promises.html:13) |
16 [Promise.resolve] | 16 [Promise.resolve] |
17 0) testFunction (debugger-step-through-promises.html:9) | 17 0) testFunction (debugger-step-through-promises.html:9) |
18 [setTimeout] | 18 [setTimeout] |
19 0) scheduleTestFunction (debugger-test.js:3) | 19 0) scheduleTestFunction (debugger-test.js:3) |
20 <... skipped remaining frames ...> | 20 <... skipped remaining frames ...> |
21 | 21 |
22 Executing StepInto... | 22 Executing StepInto... |
23 Call stack: | 23 Call stack: |
24 0) p2 (debugger-step-through-promises.html:17) | 24 0) p2 (debugger-step-through-promises.html:17) |
25 [Promise.resolve] | 25 [Promise.resolve] |
26 0) testFunction (debugger-step-through-promises.html:9) | 26 0) testFunction (debugger-step-through-promises.html:14) |
27 [setTimeout] | 27 [setTimeout] |
28 0) scheduleTestFunction (debugger-test.js:3) | 28 0) scheduleTestFunction (debugger-test.js:3) |
29 <... skipped remaining frames ...> | 29 <... skipped remaining frames ...> |
30 | 30 |
31 Executing StepOver... | 31 Executing StepOver... |
32 Call stack: | 32 Call stack: |
33 0) p2 (debugger-step-through-promises.html:18) | 33 0) p2 (debugger-step-through-promises.html:18) |
34 [Promise.resolve] | 34 [Promise.resolve] |
35 0) testFunction (debugger-step-through-promises.html:9) | 35 0) testFunction (debugger-step-through-promises.html:14) |
36 [setTimeout] | 36 [setTimeout] |
37 0) scheduleTestFunction (debugger-test.js:3) | 37 0) scheduleTestFunction (debugger-test.js:3) |
38 <... skipped remaining frames ...> | 38 <... skipped remaining frames ...> |
39 | 39 |
40 Executing StepOver... | 40 Executing StepOver... |
41 Call stack: | 41 Call stack: |
42 0) p3 (debugger-step-through-promises.html:22) | 42 0) p3 (debugger-step-through-promises.html:22) |
43 [Promise.resolve] | 43 [Promise.resolve] |
44 0) testFunction (debugger-step-through-promises.html:9) | 44 0) testFunction (debugger-step-through-promises.html:19) |
45 [setTimeout] | 45 [setTimeout] |
46 0) scheduleTestFunction (debugger-test.js:3) | 46 0) scheduleTestFunction (debugger-test.js:3) |
47 <... skipped remaining frames ...> | 47 <... skipped remaining frames ...> |
48 | 48 |
49 Executing StepOver... | 49 Executing StepOver... |
50 Call stack: | 50 Call stack: |
51 0) p3 (debugger-step-through-promises.html:23) | 51 0) p3 (debugger-step-through-promises.html:23) |
52 [Promise.resolve] | 52 [Promise.resolve] |
53 0) testFunction (debugger-step-through-promises.html:9) | 53 0) testFunction (debugger-step-through-promises.html:19) |
54 [setTimeout] | 54 [setTimeout] |
55 0) scheduleTestFunction (debugger-test.js:3) | 55 0) scheduleTestFunction (debugger-test.js:3) |
56 <... skipped remaining frames ...> | 56 <... skipped remaining frames ...> |
57 | 57 |
58 | 58 |
OLD | NEW |