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.

Web: Breakpoint disabling impossible

See original GitHub issue

Steps to Reproduce

  1. Run Flutter Web in Intellij and create some breakpoints in the debugger
  2. Wait for them to get hit (they wont get marked as detected ->so no little checkmark)
  3. Disable the breakpoints (click on them so they disappear)
  4. 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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
capcecommented, Apr 22, 2021

This seems not to be exclusive to Flutter web in Intellij. I also have this problem in VS Code.

0reactions
annagrincommented, Apr 29, 2021

Fixed via dart-lang/webdev#1310, and propagated to flutter in https://github.com/flutter/flutter/pull/81403

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cant disable breakpoints - Google Groups
Hello,. Im unable to disable breakpoints in developer tools. I have Deactivated breakpoints using CTRL+F8 so the icon is blue, but whenever javascript ......
Read more >
Visual Studio refuses to forget breakpoints? - Stack Overflow
go to Debug menu then Delete All Breakpoints Ctrl+Shift+F9.
Read more >
Troubleshoot Breakpoints in the Visual Studio Debugger
If a breakpoint is disabled or couldn't be set, it's displayed as a hollow circle. Look here information on problems that can occur...
Read more >
Breakpoints for Responsive Web Design - BrowserStack
With the growing number of mobile devices, it is quite not possible to create mobile breakpoints for every device. Although this was the...
Read more >
[breakpoints] Debugger stops at breakpoint which is disabled
- So if more than one breakpoint is disable if would send suspend, than resume, than suspend immediately. Target receive second suspend probably...
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