Skip to content

dwds-v24.0.0

Latest
Compare
Choose a tag to compare
@elliette elliette released this 23 Apr 17:14
· 20 commits to master since this release
68513c8
  • Implement setFlag when it is called with pause_isolates_on_start. - #2373
  • Do not persist breakpoints across hot restarts or page reloads. - #2371
  • If pause_isolates_on_start is true, wait for resume to run the app's main 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 to ddc_module_loader.js to match SDK naming changes. - #2360