I just upgraded the Android Studio from Jellyfish to Koala. When the debugger reaches the breakpoint. I expanded all variables and got no values on them.
Here is some information about my environment:
$ flutter doctor -v
[✓] Flutter (Channel stable, 3.3.0, on macOS 14.5 23F79 darwin-arm, locale en-ID)
• Flutter version 3.3.0 on channel stable at /Users/xxx/fvm/versions/3.3.0
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ffccd96b62 (1 year, 11 months ago), 2022-08-29 17:28:57 -0700
• Engine revision 5e9e0e0aa8
• Dart version 2.18.0
• DevTools version 2.15.0
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
• Android SDK at /Users/xxxx/Library/Android/sdk
• Platform android-34, build-tools 33.0.1
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15F31d
• CocoaPods version 1.11.3
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)
[✓] VS Code (version 1.91.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (4 available)
• SM T225 (mobile) • R9PT60XXXXXX • android-arm64 • Android 14 (API 34)
• iPhone (mobile) • 00008020-0012XXXXXXX9002E • ios • iOS 17.5.1 21F90
• macOS (desktop) • macos • darwin-arm64 • macOS 14.5 23F79 darwin-arm
• Chrome (web) • chrome • web-javascript • Google Chrome 126.0.6478.183
[✓] HTTP Host Availability
• All required HTTP hosts are available
• No issues found!
When expanding the variables in debug pane. There are should be values on it. At least I got null when the variables has not been initialized. But I got nothing. All variable values are empty.