OLD | NEW |
1 Tests that debugger StepOver will step through inlined scripts. | 1 Tests that debugger StepOver will step through inlined scripts. |
2 | 2 |
3 Script source was shown. | 3 Script source was shown. |
4 Call stack: | 4 Call stack: |
5 0) f1 (debugger-step-over-inlined-scripts.html:7) | 5 0) f1 (debugger-step-over-inlined-scripts.html:7) |
6 1) (debugger-step-over-inlined-scripts.html:9) | 6 1) (debugger-step-over-inlined-scripts.html:9) |
7 | 7 |
8 Executing StepOver... | 8 Executing StepOver... |
9 Call stack: | 9 Call stack: |
10 0) f1 (debugger-step-over-inlined-scripts.html:8) | 10 0) f1 (debugger-step-over-inlined-scripts.html:8) |
11 1) (debugger-step-over-inlined-scripts.html:9) | 11 1) (debugger-step-over-inlined-scripts.html:9) |
12 | 12 |
13 Executing StepOver... | 13 Executing StepOver... |
14 Call stack: | 14 Call stack: |
15 0) (debugger-step-over-inlined-scripts.html:10) | |
16 | |
17 Executing StepOver... | |
18 Call stack: | |
19 0) (debugger-step-over-inlined-scripts.html:9) | 15 0) (debugger-step-over-inlined-scripts.html:9) |
20 | 16 |
21 Executing StepOver... | 17 Executing StepOver... |
22 Call stack: | 18 Call stack: |
23 0) (debugger-step-over-inlined-scripts.html:12) | 19 0) (debugger-step-over-inlined-scripts.html:12) |
24 | 20 |
25 Executing StepOver... | 21 Executing StepOver... |
26 Call stack: | 22 Call stack: |
27 0) (debugger-step-over-inlined-scripts.html:17) | 23 0) (debugger-step-over-inlined-scripts.html:17) |
28 | 24 |
29 Executing StepOver... | 25 Executing StepOver... |
30 Call stack: | 26 Call stack: |
31 0) (debugger-step-over-inlined-scripts.html:18) | |
32 | |
33 Executing StepOver... | |
34 Call stack: | |
35 0) (debugger-step-over-inlined-scripts.html:17) | 27 0) (debugger-step-over-inlined-scripts.html:17) |
36 | 28 |
37 Executing Resume... | 29 Executing Resume... |
38 Page reloaded. | 30 Page reloaded. |
39 | 31 |
OLD | NEW |