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

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

Issue 2743163002: [inspector] use same schedulePauseOnNextStatement strategy for Debugger.pause (Closed)
Patch Set: 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698