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

Side by Side Diff: LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt

Issue 360053002: Revert of DevTools: Debugger StepInto/Out/Over initiated from a framework should not black-box it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1
2 Tests stepping from framework call frames.
3
4 Set timer for test function.
5 Call stack:
6 * 0) Framework.breakInFramework (framework.js:26)
7 * 1) Framework.safeRun (framework.js:8)
8 2) testFunction (frameworks-step-from-framework.html:10)
9
10 Executing StepInto...
11 Call stack:
12 * 0) Framework.breakInFramework (framework.js:27)
13 * 1) Framework.safeRun (framework.js:8)
14 2) testFunction (frameworks-step-from-framework.html:10)
15
16 Executing StepOver...
17 Call stack:
18 * 0) Framework.safeRun (framework.js:9)
19 1) testFunction (frameworks-step-from-framework.html:10)
20
21 Executing StepOut...
22 Call stack:
23 0) testFunction (frameworks-step-from-framework.html:11)
24
25 Executing StepInto...
26 Call stack:
27 0) testFunction (frameworks-step-from-framework.html:12)
28
29 Executing Resume...
30 Call stack:
31 * 0) Framework.sendXHR (framework.js:79)
32 1) testFunction (frameworks-step-from-framework.html:13)
33
34 Executing StepInto...
35 Call stack:
36 * 0) Framework.sendXHR (framework.js:80)
37 1) testFunction (frameworks-step-from-framework.html:13)
38
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698