-
Couldn't load subscription status.
- Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamIssue has been triaged by sub teamvm-serviceThe VM Service Protocol, both the specification and its implementationThe VM Service Protocol, both the specification and its implementation
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
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.triagedIssue has been triaged by sub teamIssue has been triaged by sub teamvm-serviceThe VM Service Protocol, both the specification and its implementationThe VM Service Protocol, both the specification and its implementation