[ DWDS ] Prepare for 25.1.0+1 (#2696) * [DWDS] Don't send PauseInterrupted event during a hot reload (#2695) Fixes https://github.com/dart-lang/sdk/issues/61560 We rely on a pause within a hot reload to pause execution so that we can reregister breakpoints. However, the existing pause mechanism always sends a PauseInterrupted event, which then triggers the client to think this is a normal pause event and not an internal detail. Instead, we should have the ChromeProxyService signal to the debugger that this is an "internal pause" and therefore it should not send a regular pause event and should use a completer to signal the pause is done. Tests are refactored and updated to correctly check for the events when reregistering breakpoints. Specifically, it checks no other events besides the expected ones are sent. * [ DWDS ] Expose `dtdUri` via `DebugConnection` (#2694) This is needed to access the DTD instance spawned by DDS. --------- Co-authored-by: Srujan Gaddam <58529443+srujzs@users.noreply.github.com>
| Package | Description | Version |
|---|---|---|
| dwds | A service that proxies between the Chrome debug protocol and the Dart VM service protocol. | |
| frontend_server_client | Client code to start and interact with the frontend_server compiler from the Dart SDK. | |
| webdev | A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart. |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.