Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I Hit a breakpoint it opens on another tab #7449

Closed
gabriel-primesw opened this issue May 23, 2024 · 8 comments · Fixed by #7462 or #7469
Closed

When I Hit a breakpoint it opens on another tab #7449

gabriel-primesw opened this issue May 23, 2024 · 8 comments · Fixed by #7462 or #7469
Assignees
Labels
Milestone

Comments

@gabriel-primesw
Copy link

gabriel-primesw commented May 23, 2024

Whenever i hit a breakpoint it open the file in another tab, without any syntax and also without the breakpoints i've setted before.
It happened after i updated the flutter plugin to 79.0.2 on android studio and ij ultimate
image
image

@alexander-doroshko
Copy link
Contributor

alexander-doroshko commented May 23, 2024

Until the Flutter plugin build with the fix is available, the workaround is to downgrade the Dart plugin to the previous version. Depending on the IDE version, it is one of these:

@alexander-doroshko
Copy link
Contributor

@gabriel-primesw The issue is not yet fixed, let's keep it open :).

@gabriel-primesw
Copy link
Author

@gabriel-primesw The issue is not yet fixed, let's keep it open :).

allright, thank you!

@jwren
Copy link
Member

jwren commented May 23, 2024

Thanks @gabriel-primesw working on getting this resolved and pushed with a point release soon.

@gabriel-primesw
Copy link
Author

Thanks @gabriel-primesw working on getting this resolved and pushed with a point release soon.

Thanks Mr. Wren!

@jwren jwren self-assigned this May 23, 2024
@jwren jwren added the bug label May 23, 2024
@jwren jwren added this to the M80 milestone May 23, 2024
jwren added a commit to jwren/flutter-intellij that referenced this issue May 28, 2024
…er outline subscription.

This fixes flutter#7450

This starts work as well to resolve flutter#7449
jwren added a commit to jwren/flutter-intellij that referenced this issue May 28, 2024
…er outline subscription.

Iguana 2023.2.x builds are removed starting with this change as the Dart plugin does not yet have the support, and as Jellyfish is the current stable AS version.

This fixes flutter#7450

This starts work as well to resolve flutter#7449
@jwren jwren closed this as completed in c159b21 May 28, 2024
@jwren
Copy link
Member

jwren commented May 28, 2024

Re-opening, just mentioned in the closed PR, this is not yet fixed.

@codelovercc
Copy link

codelovercc commented Jun 17, 2024

I'm still facing this issue.

Android Studio Koala | 2024.1.1
Dart plugin version 241.17502
Flutter plugin version 80.0.2

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.2, on macOS 14.4.1 23E224 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.90.0)
[✓] Connected device (2 available)
[✓] Network resources

• No issues found!

edit: This happened when debugging Dart command line application.

@Nacho-Larreta
Copy link

@jwren I don't know if helps but to make work all again even the outline that it doesn't work too I had to downgrade to Dart Plugin to 241.15845 and Flutter Plugin to 78.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment