dwds-v24.0.0
- Implement
setFlag
when it is called withpause_isolates_on_start
. - #2373 - Do not persist breakpoints across hot restarts or page reloads. - #2371
- If
pause_isolates_on_start
istrue
, wait forresume
to run the app'smain
method. - #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.js
toddc_module_loader.js
to match SDK naming changes. - #2360