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

Side by Side Diff: test/inspector/debugger/schedule-step-into-async-set-timeout-expected.txt

Issue 2746743002: [inspector] support setTimeout in Debugger.scheduleStepIntoAsync method (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « test/inspector/debugger/schedule-step-into-async-set-timeout.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks Debugger.scheduleStepIntoAsync with setTimeout.
2
3 Running test: testSetTimeout
4 paused at:
5 debugger; #setTimeout(() => 1, 0);
6
7 paused at:
8 debugger; setTimeout(#() => 1, 0);
9
10
11 Running test: testDebuggerStmtBeforeCallback1
12 paused at:
13 debugger; #setTimeout(() => 1, 0);debugger;
14
15 paused at:
16 debugger; setTimeout(() => 1, 0);#debugger;
17
18 paused at:
19 #debugger//should-break-here
20
21
22 Running test: testDebuggerStmtBeforeCallback2
23 paused at:
24 debugger; setTimeout(() => 1#, 0);debugger;
25
26 paused at:
27 #debugger//should-break-here
28
29
30 Running test: testSetTimeoutWithoutJS
31 paused at:
32 debugger; #setTimeout('}', 0);
33 setTimeout('var a = 239;', 0);
34
35 paused at:
36 #debugger//should-break-here
37
38
39 Running test: testResume
40 paused at:
41 #setTimeout(() => 42, 0)
42
43 paused at:
44 setTimeout(#() => 42, 0)
45
OLDNEW
« no previous file with comments | « test/inspector/debugger/schedule-step-into-async-set-timeout.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698