dwds-v24.0.0
- Implement
setFlagwhen it is called withpause_isolates_on_start. - #2373 - Do not persist breakpoints across hot restarts or page reloads. - #2371
- If
pause_isolates_on_startistrue, wait forresumeto run the app'smainmethod. - #2378 - Fix bug where setting breakpoints in a project using macros would fail. - #2403
- Make stack trace calculation resilient against one frame throwing an error. - #2408
Breaking changes
- Rename
dart_library.jstoddc_module_loader.jsto match SDK naming changes. - #2360