dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Fix reading `pause_isolates_on_start` value from the DWDS #2398

Closed elliette closed 3 months ago

elliette commented 3 months ago

Follow up to https://github.com/dart-lang/webdev/pull/2373

The debugConnection method (in which we were listening to the pauseIsolatesOnStartStream) is actually only called from test code. 🤦‍♀️

This allows us to actually access the pause_isolates_on_start flag value in the Dwds class.

Work towards https://github.com/flutter/devtools/issues/7231