Situation:
The project uses the new dart workspaces feature.
There are 2 Flutter applications in this project.
Example project as reference:
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.