Breakpoints not working with Flutter in Android Studio

1,308

Solution 1

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

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

Solution 2

need to roll back the version of the flutter plugin to 64.1.2.

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

Share:
1,308
Emanuele Vinci
Author by

Emanuele Vinci

Updated on November 26, 2022

Comments

  • Emanuele Vinci
    Emanuele Vinci over 1 year

    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
  • RaSha
    RaSha about 2 years
    You've saved my day!
  • Haneef Ansari
    Haneef Ansari about 2 years
    Can you please share, how to roll back to old version ? How to install the old version plugin. ?
  • Mr4Mike4
    Mr4Mike4 about 2 years
  • Savan Kachhiya Patel
    Savan Kachhiya Patel almost 2 years
    Thanks, It's solved my issue. It's very poor from flutter team.
  • Philipp
    Philipp almost 2 years
    This seems still true as of 01.06.2022....