-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Open
Labels
team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.tool-still-validIssues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.
Description
In flutter/devtools#8621 (which requires https://dart-review.googlesource.com/c/sdk/+/366421), I am adding support for connecting a debug version of DevTools ran with flutter run
to a locally running instance of the DevTools server.
Without the --verbose
flag (here), the flutterRunProcess
in devtools/tool/lib/commands/serve.dart
exits unexpectedly with code 255. When I add the --verbose
flag to the flutter run
command, the process does not exit as expcted.
Repro steps:
- Patch Support connecting debug mode DevTools app to DevTools server devtools#8621 and https://dart-review.googlesource.com/c/sdk/+/366421
- From anywhere in the DevTools repo, run
dt serve --run-app
.
Metadata
Metadata
Assignees
Labels
team-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.tool-still-validIssues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.Issues that have been deemed still valid as part of the Flutter Tools issue cleanup initiative.