flutter / flutter-intellij

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

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

Open jiangkang opened 1 month ago

jiangkang commented 1 month 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 1 month 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 1 month ago

+1

Bruce-7 commented 1 month ago

+1

Bruce-7 commented 1 month 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 1 month 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 weeks 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 4 days ago

Is there a plan to fix this bug?