-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
From https://github.com/flutter/tools/issues/111
Two things we'd want to do:
have it start the VM with the --pause_isolates_on_start=true flag
start it up listening on a specific port
The pause isolates flag will let us set breakpoints on isolates before they start running. Otherwise we'll miss breakpoints early in the app's lifecycle.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilitytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.