You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug where debugging clients are not aware of service extensions when connecting to a new web app. - #2388
Respect the value of pause_isolates_on_start during page-refreshes. - #2431
Fix issue where DAP clients wouldn't resume after a restart. - #2441
Add implementation for the VM Service's getFlagList API. - #2438
Hide more variables from the local scope when debugging. These variables were synthetically added by the compiler to
support late local variables and don't appear in the original source code. - #2445
Spawn DDS in a separate process using dart development-service instead of launching from package:dds. - #2466