OLD | NEW |
(Empty) | |
| 1 Tests how multiple sessions interact while pausing, stepping, setting breakpoint
s and blackboxing. |
| 2 Setting breakpoints in 1 |
| 3 Setting breakpoints in 2 |
| 4 Evaluating common breakpoint in 1 |
| 5 Paused in 2: |
| 6 reason: other |
| 7 hit breakpoints: test.js:11:0 |
| 8 location: foo@11 |
| 9 data: null |
| 10 Paused in 1: |
| 11 reason: other |
| 12 hit breakpoints: test.js:11:0 |
| 13 location: foo@11 |
| 14 data: null |
| 15 Resuming in 1 |
| 16 Resumed in 2 |
| 17 Resumed in 1 |
| 18 Evaluating debugger in 1 |
| 19 Paused in 2: |
| 20 reason: other |
| 21 hit breakpoints: |
| 22 location: bar@25 |
| 23 data: null |
| 24 Paused in 1: |
| 25 reason: other |
| 26 hit breakpoints: |
| 27 location: bar@25 |
| 28 data: null |
| 29 Resuming in 2 |
| 30 Resumed in 2 |
| 31 Resumed in 1 |
| 32 Evaluating exclusive breakpoint in 1 |
| 33 Paused in 2: |
| 34 reason: other |
| 35 hit breakpoints: |
| 36 location: baz@14 |
| 37 data: null |
| 38 Paused in 1: |
| 39 reason: other |
| 40 hit breakpoints: test.js:14:0 |
| 41 location: baz@14 |
| 42 data: null |
| 43 Resuming in 1 |
| 44 Resumed in 2 |
| 45 Resumed in 1 |
| 46 Evaluating common breakpoint in 2 |
| 47 Paused in 2: |
| 48 reason: other |
| 49 hit breakpoints: test.js:11:0 |
| 50 location: foo@11 |
| 51 data: null |
| 52 Paused in 1: |
| 53 reason: other |
| 54 hit breakpoints: test.js:11:0 |
| 55 location: foo@11 |
| 56 data: null |
| 57 Resuming in 2 |
| 58 Resumed in 2 |
| 59 Resumed in 1 |
| 60 Evaluating debugger in 2 |
| 61 Paused in 2: |
| 62 reason: other |
| 63 hit breakpoints: |
| 64 location: bar@25 |
| 65 data: null |
| 66 Paused in 1: |
| 67 reason: other |
| 68 hit breakpoints: |
| 69 location: bar@25 |
| 70 data: null |
| 71 Resuming in 2 |
| 72 Resumed in 2 |
| 73 Resumed in 1 |
| 74 Evaluating exclusive breakpoint in 2 |
| 75 Paused in 2: |
| 76 reason: other |
| 77 hit breakpoints: |
| 78 location: baz@14 |
| 79 data: null |
| 80 Paused in 1: |
| 81 reason: other |
| 82 hit breakpoints: test.js:14:0 |
| 83 location: baz@14 |
| 84 data: null |
| 85 Resuming in 1 |
| 86 Resumed in 2 |
| 87 Resumed in 1 |
| 88 Evaluating stepping in 1 |
| 89 Paused in 2: |
| 90 reason: other |
| 91 hit breakpoints: |
| 92 location: stepping@17 |
| 93 data: null |
| 94 Paused in 1: |
| 95 reason: other |
| 96 hit breakpoints: |
| 97 location: stepping@17 |
| 98 data: null |
| 99 Stepping into in 2 |
| 100 Resumed in 2 |
| 101 Resumed in 1 |
| 102 Paused in 2: |
| 103 reason: other |
| 104 hit breakpoints: |
| 105 location: stepping@18 |
| 106 data: null |
| 107 Paused in 1: |
| 108 reason: other |
| 109 hit breakpoints: |
| 110 location: stepping@18 |
| 111 data: null |
| 112 Stepping over in 1 |
| 113 Resumed in 2 |
| 114 Resumed in 1 |
| 115 Paused in 2: |
| 116 reason: other |
| 117 hit breakpoints: |
| 118 location: stepping@19 |
| 119 data: null |
| 120 Paused in 1: |
| 121 reason: other |
| 122 hit breakpoints: |
| 123 location: stepping@19 |
| 124 data: null |
| 125 Stepping out in 2 |
| 126 Resumed in 2 |
| 127 Resumed in 1 |
| 128 Paused in 2: |
| 129 reason: other |
| 130 hit breakpoints: |
| 131 location: <anonymous>@0 |
| 132 data: null |
| 133 Paused in 1: |
| 134 reason: other |
| 135 hit breakpoints: |
| 136 location: <anonymous>@0 |
| 137 data: null |
| 138 Resuming in 1 |
| 139 Resumed in 2 |
| 140 Resumed in 1 |
| 141 Pausing in next statement |
| 142 Paused in 2: |
| 143 reason: some-reason |
| 144 hit breakpoints: |
| 145 location: <anonymous>@0 |
| 146 data: {"a":42} |
| 147 Paused in 1: |
| 148 reason: some-reason |
| 149 hit breakpoints: |
| 150 location: <anonymous>@0 |
| 151 data: {"a":42} |
| 152 Resuming in 1 |
| 153 Resumed in 2 |
| 154 Resumed in 1 |
| 155 Pausing in next statement |
| 156 Paused in 2: |
| 157 reason: some-reason |
| 158 hit breakpoints: |
| 159 location: <anonymous>@0 |
| 160 data: {"a":42} |
| 161 Paused in 1: |
| 162 reason: some-reason |
| 163 hit breakpoints: |
| 164 location: <anonymous>@0 |
| 165 data: {"a":42} |
| 166 Resuming in 2 |
| 167 Resumed in 2 |
| 168 Resumed in 1 |
| 169 Blackboxing bar() in 2 |
| 170 Evaluating bar() in 2 |
| 171 Paused in 1: |
| 172 reason: other |
| 173 hit breakpoints: |
| 174 location: bar@25 |
| 175 data: null |
| 176 Resuming in 1 |
| 177 Resumed in 1 |
| 178 Blackboxing bar() in 1 |
| 179 Evaluating bar() in 2 |
| 180 Skipping pauses in 1 |
| 181 Evaluating common breakpoint in 1 |
| 182 Paused in 2: |
| 183 reason: other |
| 184 hit breakpoints: test.js:11:0 |
| 185 location: foo@11 |
| 186 data: null |
| 187 Resuming in 2 |
| 188 Resumed in 2 |
| 189 Skipping pauses in 2 |
| 190 Evaluating common breakpoint in 1 |
OLD | NEW |