Web: Breakpoint disabling impossible
See original GitHub issueSteps to Reproduce
- Run Flutter Web in Intellij and create some breakpoints in the debugger
- Wait for them to get hit (they wont get marked as detected ->so no little checkmark)
- Disable the breakpoints (click on them so they disappear)
- Hot reload -> they will still get hit
At this point it is impossible to run without the breakpoints, “disable all” is also not working. The only thing that works is manually restarting the entire application.
Version info
[√] Flutter (Channel beta, 1.25.0-8.1.pre, on Microsoft Windows [Version 10.0.19041.685], locale de-DE) • Flutter version 1.25.0-8.1.pre at D:\Flutter • Framework revision 8f89f6505b (2 days ago), 2020-12-15 15:07:52 -0800 • Engine revision 92ae191c17 • Dart version 2.12.0 (build 2.12.0-133.2.beta)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at ///
• Platform android-29, build-tools 29.0.2
• Java binary at: E:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
X Android license status unknown.
Run flutter doctor --android-licenses
to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[√] Android Studio (version 4.1.0) • Android Studio at E:\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 1.8.0_242-release-1644-b01)
[√] IntelliJ IDEA Ultimate Edition (version 2020.3) • IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA 2020.1.1 • Flutter plugin version 52.1.5 • Dart plugin version 203.5981.152
[√] VS Code (version 1.52.0) • VS Code at /// • Flutter extension can be installed from: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[√] Connected device (2 available) • Chrome (web) • chrome • web-javascript • Google Chrome 87.0.4280.88 • Edge (web) • edge • web-javascript • Microsoft Edge 87.0.664.60
! Doctor found issues in 1 category.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:5 (2 by maintainers)
Top GitHub Comments
This seems not to be exclusive to Flutter web in Intellij. I also have this problem in VS Code.
Fixed via dart-lang/webdev#1310, and propagated to flutter in https://github.com/flutter/flutter/pull/81403