OLD | NEW |
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 Loading... |
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 |
OLD | NEW |