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

Side by Side Diff: LayoutTests/inspector/sources/debugger/skip-stack-frames-steps-expected.txt

Issue 304563002: DevTools: Make frameworks work with "custom" breakpoints (DOM, XHR, Events). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 the skip stack frames feature when stepping.
3
4 Debugger was enabled.
5 Set timer for test function.
6 Call stack:
7 0) test1 (skip-stack-frames-steps.html:23)
8 1) testFunction (skip-stack-frames-steps.html:11)
9
10 Call stack:
11 0) test2 (skip-stack-frames-steps.html:29)
12 1) testFunction (skip-stack-frames-steps.html:11)
13
14 Call stack:
15 0) callback (skip-stack-frames-steps.html:16)
16 1) Framework.safeRun (framework.js:8)
17 2) Framework.safeRun (framework.js:10)
18 3) test3 (skip-stack-frames-steps.html:34)
19 4) testFunction (skip-stack-frames-steps.html:11)
20
21 Call stack:
22 0) test4 (skip-stack-frames-steps.html:41)
23 1) testFunction (skip-stack-frames-steps.html:11)
24
25 Call stack:
26 0) callback (skip-stack-frames-steps.html:16)
27 1) Framework.safeRun (framework.js:8)
28 2) Framework.safeRun (framework.js:13)
29 3) Framework.safeRun (framework.js:10)
30 4) test5 (skip-stack-frames-steps.html:46)
31 5) testFunction (skip-stack-frames-steps.html:11)
32
33 Debugger was disabled.
34
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/skip-stack-frames-steps.html ('k') | Source/core/inspector/InspectorDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698