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

Side by Side Diff: test/inspector/sessions/debugger-stepping-and-breakpoints-expected.txt

Issue 2925903002: [inspector] Make breakpoints active state per-agent (Closed)
Patch Set: fixed wrong behavior 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/sessions/debugger-stepping-and-breakpoints.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 Tests how multiple sessions interact while pausing, stepping, setting breakpoint s and blackboxing. 1 Tests how multiple sessions interact while pausing, stepping, setting breakpoint s and blackboxing.
2 Setting breakpoints in 1 2 Setting breakpoints in 1
3 Setting breakpoints in 2 3 Setting breakpoints in 2
4 Evaluating common breakpoint in 1 4 Evaluating common breakpoint in 1
5 Paused in 2: 5 Paused in 2:
6 reason: other 6 reason: other
7 hit breakpoints: test.js:11:0 7 hit breakpoints: test.js:11:0
8 location: foo@11 8 location: foo@11
9 data: null 9 data: null
10 Paused in 1: 10 Paused in 1:
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 Evaluating common breakpoint in 1 181 Evaluating common breakpoint in 1
182 Paused in 2: 182 Paused in 2:
183 reason: other 183 reason: other
184 hit breakpoints: test.js:11:0 184 hit breakpoints: test.js:11:0
185 location: foo@11 185 location: foo@11
186 data: null 186 data: null
187 Resuming in 2 187 Resuming in 2
188 Resumed in 2 188 Resumed in 2
189 Skipping pauses in 2 189 Skipping pauses in 2
190 Evaluating common breakpoint in 1 190 Evaluating common breakpoint in 1
191 Unskipping pauses in 1
192 Unskipping pauses in 2
193 Deactivating breakpoints in 1
194 Evaluating common breakpoint in 1
195 Paused in 2:
196 reason: other
197 hit breakpoints: test.js:11:0
198 location: foo@11
199 data: null
200 Resuming in 2
201 Resumed in 2
202 Deactivating breakpoints in 2
203 Evaluating common breakpoint in 1
OLDNEW
« no previous file with comments | « test/inspector/sessions/debugger-stepping-and-breakpoints.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698