You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this .gif, you can see we have one breakpoint before hot restarting. Then we hot restart, and the breakpoint disappears. The test application is running on an iOS simulator.
(the gif is a bit misleading since when it loops back to the beginning, it looks like the breakpoint comes back, but that is just the gif starting over)
This is a good candidate for an integration test where we can use a real application and trigger a real hot restart.
The text was updated successfully, but these errors were encountered:
This might be related to #3359. I thought this was limited to macos, but it seems to be more widespread. Breakpoints don't disappear when connected to a web app, which makes me think this might be an issue with the vm_service.
In this .gif, you can see we have one breakpoint before hot restarting. Then we hot restart, and the breakpoint disappears. The test application is running on an iOS simulator.

(the gif is a bit misleading since when it loops back to the beginning, it looks like the breakpoint comes back, but that is just the gif starting over)
This is a good candidate for an integration test where we can use a real application and trigger a real hot restart.
The text was updated successfully, but these errors were encountered: