Breakpoints not working with Flutter in Android Studio

Issue

I can set breakpoints, but when I run in Debug mode the breakpoint’s icon change with this:

enter image description here

I think that the problem is the new version of Flutter plugin in Android Studio, but I’m not sure. How to fix this?

What I’ve tried:

  1. flutter clean
  2. android studio cache clean and restart

Solution

Upgrade to the latest version of the flutter plugin 65.1.3 solved my problem.

https://plugins.jetbrains.com/plugin/9212-flutter/versions

Answered By – Muhammad Ibrahim

Answer Checked By – Mary Flores (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *