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

Side by Side Diff: test/inspector/debugger/pause-expected.txt

Issue 2743163002: [inspector] use same schedulePauseOnNextStatement strategy for Debugger.pause (Closed)
Patch Set: better test Created 3 years, 9 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/pause.js ('k') | test/inspector/protocol-test.js » ('j') | 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.pause
2
3 Running test: testPause
4 paused at:
5 #var a = 42;
6
7
8 Running test: testSkipFrameworks
9 paused at:
10 #var a = 239;
11
12
13 Running test: testSkipOtherContext1
14 paused at:
15 var a = #1;
16
17
18 Running test: testSkipOtherContext2
19 paused at:
20 #var a = 239;
21
22
23 Running test: testWithNativeBreakpoint
24 paused at:
25 #var a = 42;
26
27 paused at:
28 #var a = 42;
29
30 paused at:
31 #var a = 42;
32
33
34 Running test: testDisableBreaksShouldCancelPause
35 paused at:
36 #debugger
37
OLDNEW
« no previous file with comments | « test/inspector/debugger/pause.js ('k') | test/inspector/protocol-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698