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

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

Issue 2633803002: [inspector] implemented blackboxing inside v8 (Closed)
Patch Set: addressed comments Created 3 years, 11 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
(Empty)
1 Checks stepping with blackboxed frames on stack
2
3 Running test: testStepIntoFromUser
4 (anonymous) (expr.js:0:0)
5
6 Executing stepInto...
7 Executing stepInto...
8 userFoo (user.js:23:2)
9 frameworkCall (framework.js:10:23)
10 testStepFromUser (user.js:31:2)
11 (anonymous) (expr.js:0:0)
12
13 Executing stepInto...
14 Executing stepInto...
15 userBoo (user.js:27:2)
16 frameworkCall (framework.js:10:23)
17 testStepFromUser (user.js:31:2)
18 (anonymous) (expr.js:0:0)
19
20 Executing stepInto...
21 Executing stepInto...
22 testStepFromUser (user.js:32:0)
23 (anonymous) (expr.js:0:0)
24
25 Executing resume...
26
27 Running test: testStepOverFromUser
28 (anonymous) (expr.js:0:0)
29
30 Executing stepInto...
31 Executing stepInto...
32 userFoo (user.js:23:2)
33 frameworkCall (framework.js:10:23)
34 testStepFromUser (user.js:31:2)
35 (anonymous) (expr.js:0:0)
36
37 Executing stepOver...
38 Executing stepOver...
39 userBoo (user.js:27:2)
40 frameworkCall (framework.js:10:23)
41 testStepFromUser (user.js:31:2)
42 (anonymous) (expr.js:0:0)
43
44 Executing stepOver...
45 Executing stepOver...
46 testStepFromUser (user.js:32:0)
47 (anonymous) (expr.js:0:0)
48
49 Executing resume...
50
51 Running test: testStepOutFromUser
52 (anonymous) (expr.js:0:0)
53
54 Executing stepInto...
55 Executing stepInto...
56 userFoo (user.js:23:2)
57 frameworkCall (framework.js:10:23)
58 testStepFromUser (user.js:31:2)
59 (anonymous) (expr.js:0:0)
60
61 Executing stepOut...
62 testStepFromUser (user.js:32:0)
63 (anonymous) (expr.js:0:0)
64
65 Executing resume...
66
67 Running test: testStepIntoFromFramework
68 frameworkBreakAndCall (framework.js:14:2)
69 testStepFromFramework (user.js:35:2)
70 (anonymous) (expr.js:0:0)
71
72 Executing stepInto...
73 userFoo (user.js:23:2)
74 frameworkBreakAndCall (framework.js:15:23)
75 testStepFromFramework (user.js:35:2)
76 (anonymous) (expr.js:0:0)
77
78 Executing resume...
79
80 Running test: testStepOverFromFramework
81 frameworkBreakAndCall (framework.js:14:2)
82 testStepFromFramework (user.js:35:2)
83 (anonymous) (expr.js:0:0)
84
85 Executing stepOver...
86 testStepFromFramework (user.js:36:0)
87 (anonymous) (expr.js:0:0)
88
89 Executing resume...
90
91 Running test: testStepOutFromFramework
92 frameworkBreakAndCall (framework.js:14:2)
93 testStepFromFramework (user.js:35:2)
94 (anonymous) (expr.js:0:0)
95
96 Executing stepOut...
97 testStepFromFramework (user.js:36:0)
98 (anonymous) (expr.js:0:0)
99
100 Executing resume...
OLDNEW
« no previous file with comments | « test/inspector/debugger/framework-stepping.js ('k') | test/inspector/debugger/stepping-with-blackboxed-ranges.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698