Releases: dart-lang/webdev
Releases · dart-lang/webdev
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
webdev-v3.4.0
- Update
dwds
constraint to23.3.0
.
dwds-v23.3.0
dwds-v23.0.0+1
dwds-v23.2.0
dwds-v23.1.1
- Loosen
package:vm_service
constraints to allow>=13.0.0 <15.0.0
. - #2329
dwds-v-23.1.0
- Update
package:vm_service
constraints to allow version14.x.x
- #2307
webdev-v3.3.0
- Update
dwds
constraint to23.0.0
.
dwds-v22.1.0+1
- Fix a null cast error when debugging a
Class
from VS Code. - #2303
dwds-v21.0.0+1
- Fix a null cast error when debugging a
Class
from VS Code. - #2303