test icon indicating copy to clipboard operation
test copied to clipboard

Use devtools in place of Observatory UI

Open natebosch opened this issue 3 years ago • 2 comments

See https://github.com/dart-lang/sdk/issues/46756

natebosch avatar Aug 03 '21 22:08 natebosch

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? (The silenceOutput argument might not do anything anymore? It doesn't print either the observatory URL or the devtools URL if i change the argument to false)
  • 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 in dart test.

natebosch avatar Jul 07 '22 23:07 natebosch

Blocked by https://github.com/flutter/devtools/issues/4241

natebosch avatar Jul 07 '22 23:07 natebosch