Setting flag pause_isolates_on_start
does not pause isolates on hot-restart
#54900
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
P2
A bug or feature request we're likely to work on
triaged
Issue has been triaged by sub team
vm-service
The VM Service Protocol, both the specification and its implementation
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:
Expected result: isolates should start paused
FYI @bkonyi
The text was updated successfully, but these errors were encountered: