-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: devtoolsDevTools related - suite of performance and debugging toolsDevTools related - suite of performance and debugging toolstoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
We have several DevTools issues/feature work that requires support for launching DevTools from a link in the command line. In order to accomplish this, we will need two things:
- launch devtools from pub instead of from devtools_server. This will mean that the version of DevTools that is launched is always the latest published version (this mirrors what we do from the IDEs).
- launch the devtools server from pub (without launching the web app in chrome) at
flutter runso that clicking a CLI link such as127.0.0.1:9100/#/inspector?widgetId=1234will hit the already-running server- one thing to think about here, is will we have to change the way we launch devtools from ide's if the devtools server is always running? @helin24
@jonahwilliams to add some additional details
FYI @jacob314 @devoncarew
Metadata
Metadata
Assignees
Labels
a: devtoolsDevTools related - suite of performance and debugging toolsDevTools related - suite of performance and debugging toolstoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.