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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-sourcemap-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac Created 3 years, 8 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 Tests framework blackboxing feature with sourcemaps. 1 Tests framework blackboxing feature with sourcemaps.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Call stack: 4 Call stack:
5 0) testFunction (frameworks-sourcemap.html:10) 5 0) testFunction (frameworks-sourcemap.html:10)
6 [setTimeout]
7 0) scheduleTestFunction (debugger-test.js:3)
8 <... skipped remaining frames ...>
6 9
7 Executing StepInto... 10 Executing StepInto...
8 Executing StepInto... 11 Executing StepInto...
9 Call stack: 12 Call stack:
10 0) callback (frameworks-sourcemap.html:16) 13 0) callback (frameworks-sourcemap.html:16)
11 * 1) foo (framework.js:4) 14 * 1) foo (framework.js:4)
12 2) testFunction (frameworks-sourcemap.html:11) 15 2) testFunction (frameworks-sourcemap.html:11)
16 [setTimeout]
17 0) scheduleTestFunction (debugger-test.js:3)
18 <... skipped remaining frames ...>
13 19
14 Executing StepOut... 20 Executing StepOut...
15 Call stack: 21 Call stack:
16 0) testFunction (frameworks-sourcemap.html:12) 22 0) testFunction (frameworks-sourcemap.html:12)
23 [setTimeout]
24 0) scheduleTestFunction (debugger-test.js:3)
25 <... skipped remaining frames ...>
17 26
18 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698