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

Side by Side Diff: LayoutTests/inspector/sources/debugger/frameworks-step-into-skips-setTimeout-expected.txt

Issue 732593002: DevTools: Make StepInto work across script boundaries and Blink process tasks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 1 month 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 that stepping into blackboxed framework will not pause on setTimeout() ins ide the framework.
3
4 Set timer for test function.
5 Call stack:
6 0) stop (frameworks-step-into-skips-setTimeout.html:25)
7 1) callback (frameworks-step-into-skips-setTimeout.html:19)
8 * 2) Framework_scheduleUntilDone (framework.js:142)
9
10 Executing StepOut...
11 Call stack:
12 0) callback (frameworks-step-into-skips-setTimeout.html:20)
13 * 1) Framework_scheduleUntilDone (framework.js:142)
14
15 Executing StepInto...
16 Call stack:
17 0) callback (frameworks-step-into-skips-setTimeout.html:21)
18 * 1) Framework_scheduleUntilDone (framework.js:142)
19
20 Executing StepInto...
21 Call stack:
22 0) callback (frameworks-step-into-skips-setTimeout.html:17)
23 * 1) Framework_scheduleUntilDone (framework.js:142)
24
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698