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

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

Issue 2923243002: [inspector] Return error when paused in different context group (Closed)
Patch Set: Created 3 years, 6 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') | 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
1 Checks Debugger.pause 1 Checks Debugger.pause
2 2
3 Running test: testPause 3 Running test: testPause
4 paused at: 4 paused at:
5 #var a = 42; 5 #var a = 42;
6 6
7 7
8 Running test: testSkipFrameworks 8 Running test: testSkipFrameworks
9 paused at: 9 paused at:
10 #var a = 239; 10 #var a = 239;
(...skipping 16 matching lines...) Expand all
27 paused at: 27 paused at:
28 #var a = 42; 28 #var a = 42;
29 29
30 paused at: 30 paused at:
31 #var a = 42; 31 #var a = 42;
32 32
33 paused at: 33 paused at:
34 #var a = 42; 34 #var a = 42;
35 35
36 36
37 Running test: testResumeAnotherGroup
38 paused at:
39 #var a = 42;
40
41 {
42 error : {
43 code : -32000
44 message : Can only perform operation while paused.
45 }
46 id : <messageId>
47 }
48 {
49 error : {
50 code : -32000
51 message : Can only perform operation while paused.
52 }
53 id : <messageId>
54 }
55 {
56 error : {
57 code : -32000
58 message : Can only perform operation while paused.
59 }
60 id : <messageId>
61 }
62 {
63 error : {
64 code : -32000
65 message : Can only perform operation while paused.
66 }
67 id : <messageId>
68 }
69
37 Running test: testDisableBreaksShouldCancelPause 70 Running test: testDisableBreaksShouldCancelPause
38 paused at: 71 paused at:
39 #debugger 72 #debugger
40 73
OLDNEW
« no previous file with comments | « test/inspector/debugger/pause.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698