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

Debug Breakpoints don't work in Intellij Idea Community Edition (Windows 10) #874

Open
ReaktorDTR opened this issue Jul 10, 2021 · 2 comments
Assignees
Labels
bug Something isn't working ide IDE related issue

Comments

@ReaktorDTR
Copy link

No description provided.

@ReaktorDTR ReaktorDTR changed the title Debug Breakpoints don't work in Intellij Idea Community Edition Debug Breakpoints don't work in Intellij Idea Community Edition (Windows 10) Jul 10, 2021
@akurasov akurasov added ide IDE related issue bug Something isn't working labels Jul 19, 2021
@atsushieno
Copy link

I am hitting the same issue on Ubuntu 20.04. I have a repro screen recording: https://drive.google.com/file/d/1jbNdwQfTOZ5F0Qba6JKNDf9TCFkH4UHp/view?usp=sharing

I still see "some code" or "sometimes" IDEA stops at breakpoint as expected, but it's not predictable to me.

IntelliJ IDEA 2021.2 (Community Edition)
Build #IC-212.4746.92, built on July 27, 2021
Runtime version: 11.0.11+9-b1504.13 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.11.0-25-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 12
Non-Bundled Plugins: com.github.ushiosan23.darktheme (1.0.2), com.jetbrains.darkPurpleTheme (1.2), com.vecheslav.darculaDarkerTheme (1.2.0), org.antlr.intellij.plugin (1.16), org.antlr.jetbrains.st4plugin (0.8)
Kotlin: 212-1.5.10-release-IJ4746.92
Current Desktop: ubuntu:GNOME

Possible conditions I can think of:

  • code file opens with some specific context (e.g. commonMain opens within desktop context while breakpoints are set on Android context) - if such a bug exists on MPP support plugin.
  • some cmpiler plugin injection involves debuggee code that JDWP can normally handle, and it does not work at Window()'s immediate content on Desktop (which is what I particularly observe).
  • It works only with certain JVM. I tried 14 and 16 as well, but I don't think I can reliably run the debuggee (app), IDEA and/or Gradle with certain version to verify - especially when Gradle deamon persists.

@akurasov akurasov self-assigned this Aug 6, 2021
@tnc-tianwen
Copy link

Same here, I am using the ultimate version of Inteliij on Ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ide IDE related issue
Projects
None yet
Development

No branches or pull requests

4 participants