bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
761 stars 303 forks source link

Fix debugger attachment to running android process #6393

Open idanakav opened 4 months ago

idanakav commented 4 months ago

The extension was never registered in the plugin xml and causing a silent crash when trying to attach a debugger to en existing android process

ThomasCJY commented 1 month ago

@idanakav @mai93 @vsiva Android Debugger Attachment on bazel project has been broken since Iguana and this seems to be the correct fix. Can we prioritize merging the change and include it in the next release?

The intellij-plugin-aspect-google failure seems to be flakiness, we probably can rebase the branch to trigger a rebuild