question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breakpoints not working after updating flutter plugin

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:14
  • Comments:34 (7 by maintainers)

github_iconTop GitHub Comments

5reactions
CombustibleIcecommented, Mar 2, 2022

I’ve solved the problem.we need to roll back the version of the flutter plugin to 64.1.2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breakpoints not working with Flutter in Android Studio
Upgrade to the latest version of the flutter plugin 65.1.3 solved my problem. https://plugins.jetbrains.com/plugin/9212-flutter/versions.
Read more >
Flutter plugin 65.0: after installing debug didn't stop at ...
1. Start a Flutter app in debug mode using device Chrome (web) · 2. Set some breakpoints · 3. Execute code that should...
Read more >
Debugging Flutter apps
Debugging Flutter apps · DevTools · Setting breakpoints · The Dart analyzer · Logging · Debugging application layers · Debug mode assertions ·...
Read more >
debug and breakpoints no longer work-Flutter - appsloveworld
This is a known issue in version 65.0 of the Flutter IntelliJ plugin. To fix it, you will need to downgrade to version...
Read more >
Known issues with Android Studio and Android Gradle Plugin
To fix this issue, upgrade your Android 11 emulator to version 9 or higher by navigating to Tools > SDK Manager. In the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found