flutter-intellij: Breakpoints not working after updating flutter plugin
Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.
Steps to Reproduce
Please tell us what you were doing and what went wrong after updating the flutter plugin, the debug does not work for me, the breakpoints are disabled, it does not stop at the breakpoint
Version info
Android Studio Bumblebee | 2021.1.1 Patch 2 Build #AI-211.7628.21.2111.8193401, built on February 17, 2022 Runtime version: 11.0.11+9-b60-7590822 amd64
D:\flutter_windows_2.0.2-stable\flutter\bin\flutter.bat doctor --verbose [√] Flutter (Channel stable, 2.10.2, on Microsoft Windows [Version 10.0.19041.423], locale en-US) • Flutter version 2.10.2 at D:\flutter_windows_2.0.2-stable\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 097d3313d8 (11 days ago), 2022-02-18 19:33:08 -0600 • Engine revision a83ed0e5e3 • Dart version 2.16.1 • DevTools version 2.9.2
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at D:/sdk_windows/SDK • Platform android-32, build-tools 31.0.0 • ANDROID_HOME = D:/sdk_windows/SDK • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822) • All Android licenses accepted.
[√] Chrome - develop for the web • CHROME_EXECUTABLE = C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe
[√] Visual Studio - develop for Windows (Visual Studio Enterprise 2019 16.4.6) • Visual Studio at C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise • Visual Studio Enterprise 2019 version 16.4.29905.134 • Windows 10 SDK version 10.0.18362.0
[√] Android Studio (version 2021.1) • Android Studio at C:\Program Files\Android\Android Studio • 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 11.0.11+9-b60-7590822)
[√] IntelliJ IDEA Ultimate Edition (version 2020.3) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2020.3.2 • Flutter plugin version 56.0.3 • Dart plugin version 203.8173
[√] VS Code (version 1.41.1) • VS Code at C:\Users\Amed\AppData\Local\Programs\Microsoft VS Code • Flutter extension can be installed from: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (4 available) • Redmi Note 8 (mobile) • 12bbb8e6 • android-arm64 • Android 11 (API 30) • Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19041.423] • Chrome (web) • chrome • web-javascript • unknown • Edge (web) • edge • web-javascript • Microsoft Edge 80.0.361.61
[√] HTTP Host Availability • All required HTTP hosts are available
• No issues found!
Process finished with exit code 0
Please paste the output of running flutter doctor -v
here (available from the command
line or from Tools > Flutter > Flutter Doctor
). It will provide the version of the
Flutter framework as well as of the IntelliJ plugin.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 14
- Comments: 34 (7 by maintainers)
I’ve solved the problem.we need to roll back the version of the flutter plugin to 64.1.2.
https://plugins.jetbrains.com/plugin/9212-flutter/versions
I faced the same issue too, debugger not working after upgrade the plugin. Please solve ASAP.
I got that error message when trying to downgrade to 64.1.4, but 64.1.2 worked for me (Android Studio Bumblebee | 2021.1.1)
Download the appropriate version for your IDE to a local file. In Android Studio open Settings and select Plugins. There’s a gear icon in the right-hand pane, at the top. Click it, then choose “Install Plugin from Disk…” and select the file you just downloaded.
+1 Issue reproduced using Android Studio Bumblebee | 2021.1.1 Patch 1 and Android Studio Bumblebee | 2021.1.1 Patch 2 Alongside flutter_windows_2.10.0-stable and flutter_windows_2.10.2-stable
Windows 11 here, Android Studio Bumblebee 2021.1.1p2 Had the bug, fixed downgrading the plugin to version 64.1.2
Fun fact: I discovered I’m not the only one having doctor showing IntelliJ IDEA Community Edition check crash 😃
Already rolled back Flutter plugin version, but here is my output from
flutter doctor -v
BTW, I’m still trying to determine if this problem is specific to Windows. If everyone would include the output from
that would really help.