test
test copied to clipboard
Use devtools in place of Observatory UI
See https://github.com/dart-lang/sdk/issues/46756
It looks like the VM ships the devtools server built in now. So we might be able to link directly to that.
Open questions:
- Does the devtools server start with
Service.controlWebServer
? (ThesilenceOutput
argument might not do anything anymore? It doesn't print either the observatory URL or the devtools URL if i change the argument tofalse
) - Is there a way to link directly to a given Isolate? We currently link to the specific test isolate. This might not be as necessary if we start using
--mark-main-isolate-as-system-isolate
automatically indart test
.
Blocked by https://github.com/flutter/devtools/issues/4241