flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.95k stars 314 forks source link

Android Studio Debugger: "Collecting Data..." #7255

Open jfdash opened 3 months ago

jfdash commented 3 months ago

Steps to Reproduce

When you put yourself in debug mode and put a break point in a variable, for example, you want to inspect the value returned by an API call. If you go into Debug mode, it is displayed for all values "Collecting Data..." and nothing is shown.

This blocks anyone from debugging flutter code in android studio

Version info

Android Studio Iguana | 2023.2.1 • Flutter plugin io.flutter 78.0.2 • Dart plugin 232.10286

Flutter 3.19.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 7482962148 (7 days ago) • 2024-02-27 16:51:22 -0500 Engine • revision 04817c99c9 Tools • Dart 3.3.0 • DevTools 2.31.1

BlackStriker99 commented 3 months ago

+1 i am also facing this issue. it is very hard to debug the code as debugger is not showing proper data.

jfdash commented 3 months ago

@BlackStriker99 I had to downgrade to the Giraffe versions in order to get back to using debug again if it can help you.

This issue, however, absolutely must be solved in the next releases.

hungtg-citigo commented 3 months ago

7228 Same problem. It seems it happened after I upgraded android studio.

Fan086 commented 3 months ago

I meet the same problem after I upgraded to AS iguana version(2023.2.1.23)

159159951 commented 2 months ago

Same here

caihuanjian commented 2 months ago

Same here