OLD | NEW |
1 Checks stepping with blackboxed frames on stack | 1 Checks stepping with blackboxed frames on stack |
2 | 2 |
3 Running test: testStepIntoFromUser | 3 Running test: testStepIntoFromUser |
4 (anonymous) (expr.js:0:0) | 4 (anonymous) (expr.js:0:0) |
5 | 5 |
6 Executing stepInto... | 6 Executing stepInto... |
7 Executing stepInto... | 7 Executing stepInto... |
8 userFoo (user.js:23:2) | 8 userFoo (user.js:23:2) |
9 frameworkCall (framework.js:10:23) | 9 frameworkCall (framework.js:10:23) |
10 testStepFromUser (user.js:31:2) | 10 testStepFromUser (user.js:31:2) |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 (anonymous) (expr.js:0:0) | 52 (anonymous) (expr.js:0:0) |
53 | 53 |
54 Executing stepInto... | 54 Executing stepInto... |
55 Executing stepInto... | 55 Executing stepInto... |
56 userFoo (user.js:23:2) | 56 userFoo (user.js:23:2) |
57 frameworkCall (framework.js:10:23) | 57 frameworkCall (framework.js:10:23) |
58 testStepFromUser (user.js:31:2) | 58 testStepFromUser (user.js:31:2) |
59 (anonymous) (expr.js:0:0) | 59 (anonymous) (expr.js:0:0) |
60 | 60 |
61 Executing stepOut... | 61 Executing stepOut... |
62 testStepFromUser (user.js:32:0) | 62 userBoo (user.js:27:2) |
| 63 frameworkCall (framework.js:10:23) |
| 64 testStepFromUser (user.js:31:2) |
63 (anonymous) (expr.js:0:0) | 65 (anonymous) (expr.js:0:0) |
64 | 66 |
65 Executing resume... | 67 Executing resume... |
66 | 68 |
67 Running test: testStepIntoFromFramework | 69 Running test: testStepIntoFromFramework |
68 frameworkBreakAndCall (framework.js:14:2) | 70 frameworkBreakAndCall (framework.js:14:2) |
69 testStepFromFramework (user.js:35:2) | 71 testStepFromFramework (user.js:35:2) |
70 (anonymous) (expr.js:0:0) | 72 (anonymous) (expr.js:0:0) |
71 | 73 |
72 Executing stepInto... | 74 Executing stepInto... |
(...skipping 18 matching lines...) Expand all Loading... |
91 Running test: testStepOutFromFramework | 93 Running test: testStepOutFromFramework |
92 frameworkBreakAndCall (framework.js:14:2) | 94 frameworkBreakAndCall (framework.js:14:2) |
93 testStepFromFramework (user.js:35:2) | 95 testStepFromFramework (user.js:35:2) |
94 (anonymous) (expr.js:0:0) | 96 (anonymous) (expr.js:0:0) |
95 | 97 |
96 Executing stepOut... | 98 Executing stepOut... |
97 testStepFromFramework (user.js:36:0) | 99 testStepFromFramework (user.js:36:0) |
98 (anonymous) (expr.js:0:0) | 100 (anonymous) (expr.js:0:0) |
99 | 101 |
100 Executing resume... | 102 Executing resume... |
OLD | NEW |