Commit 16d098c
Anna Gringauze
Fix hot restart race by pausing the app before hot restart (#1361)
* Pause the app before hot restart
A race between app hitting a breakpoint and a hot restart
was causing hot restart to hang.
Pause the app (if it is not already paused) forcefully
before hot restarting to prevent this from happening.
Closes: #1359
* Updated changelog1 parent 7e138a7 commit 16d098c
2 files changed
+19
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
196 | 206 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
201 | 210 | | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
202 | 214 | | |
203 | 215 | | |
0 commit comments