flutterdart

Unverified breakpoints running Flutter web in a workspace


Situation:

The project uses the new dart workspaces feature.
There are 2 Flutter applications in this project.
Example project as reference:
https://github.com/TijlIvens/flutter_with_wokspace

Problem:

When I run a project on web, I can't use breakpoints.
All breakpoints will go to unverified breakpoint when the app starts running.
I have this issue in both vscode and Android studio.
I use chrome as the browser, running on a MacBook.
When running on Android, the breakpoints are working.


Solution

  • This was a bug in the SDK, this will be fixed in an upcoming release

    https://github.com/Dart-Code/Dart-Code/issues/5387