When starting debug of flutter app, and the breakpoint is red (enabled), once the app is installed, and the debug is starting, the breakpoint is disabled, and look like this:
How do I fix this so that the app will stop at breakpoint again.
I am using:
- Android Studio 2021.1.1 patch 2
- Flutter plugin 65.0.2
- Flutter version 1.22.4
- XCode 13.2.1
