flutter / flutter-intellij

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

When expand a variable at a breakpoint, cannot view the specific property value of the variable. #7553

Open jiangkang opened 4 months ago

jiangkang commented 4 months ago

Steps to Reproduce

image

When the breakpoint is reached, the variable cannot be expanded to view specific information。

Version info

Doctor summary (to see all details, run flutter doctor -v):
[!] Flutter (Channel stable, 3.22.2, on macOS 14.4.1 23E224 darwin-arm64, locale
    zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version
    35.0.0-rc3)
[!] Xcode - develop for iOS and macOS (Xcode 15.4)
    ✗ CocoaPods not installed.
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin
        code that responds to your plugin usage on the Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To install see
      https://guides.cocoapods.org/using/getting-started.html#installation for
      instructions.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.1.2)
[✓] VS Code (version 1.90.2)
[✓] Connected device (4 available)
[✓] Network resources

Flutter Plugin version: 80.0.2 Dart Plugin version: 24.1.17502

emodeqidao commented 4 months ago
image

I also encountered this problem

Flutter 3.7.6 Tools • Dart 2.19.3 • DevTools 2.20.1 Android Studio Koala | 2024.1.1 fluter plugins: Flutter 80.0.2 dart plugins: dart 241.17502

thermoworker commented 4 months ago

+1

Bruce-7 commented 3 months ago

+1

Bruce-7 commented 3 months ago

+1

Android Studio Koala | 2024.1.1 Patch 1 Build #AI-241.18034.62.2411.12071903, built on July 11, 2024 macOS 14.2.1

Plugins: Dart (241.18808) io.flutter (80.0.2)

w467364316 commented 3 months ago

Since I upgraded Android Studio to 2024.1.1 and reinstalled the Flutter and Dart plugins, I've been able to see the values of variables at breakpoints. Maybe you can try reinstalling Studio or the Flutter and Dart plugins.

jiangkang commented 3 months ago

Since I upgraded Android Studio to 2024.1.1 and reinstalled the Flutter and Dart plugins, I've been able to see the values of variables at breakpoints. Maybe you can try reinstalling Studio or the Flutter and Dart plugins.

it still doesn't work

jiangkang commented 2 months ago

Is there a plan to fix this bug?

lugeek commented 2 months ago

+1 +1 +1

jiangkang commented 5 days ago

I'm really hoping for a quick fix for this bug, it's seriously hampering our development speed.