Closed
Description
The VM Service allows clients to set pause_isolates_on_start
at runtime:
Here's an example of doing so in Dart DevTools:
However, with that change, the isolates are not paused on hot-restart.
Steps to repro:
- patch the change into DevTools
- run DevTools and connect to an app
- trigger a hot-restart from DevTools
- isolates do not start paused
Expected result: isolates should start paused
FYI @bkonyi