Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: test/inspector/debugger/framework-stepping-expected.txt

Issue 2758483002: [debugger] tuned StepNext and StepOut at return position (Closed)
Patch Set: addressed comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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...
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698