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

Make BlazeRunConfiguration compatible with Android Studio Debugger Attacher #6587

Closed
ThomasCJY opened this issue Jul 22, 2024 · 1 comment
Closed
Assignees
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: Android Studio Android Studio plugin type: feature request

Comments

@ThomasCJY
Copy link

Description of the feature request:

Currently, blaze run configuration cannot be recognized by android debugger attacher due to the fact that it doesn't inherit RunConfigurationWithDebugger interface.

Repro Steps:

  1. Create any Gradle-based run configuration (it can be an empty one), and blaze run configuration in your project
  2. Click "Attach debugger to android process" button and you will notice only the gradle run configuration can be recognized in settings dropdown list.
Screenshot 2024-07-22 at 11 53 15 AM Screenshot 2024-07-22 at 11 53 25 AM

Which category does this issue belong to?

Android Studio

What underlying problem are you trying to solve with this feature?

This feature will make the customized blaze run configuration compatible with android studio attacher debugger button so that developers can directly attach debugger to their running android app process with customized config settings without the need to go through compilation and app installation.

What operating system, Intellij IDE and programming languages are you using? Please provide specific versions.

Android Studio Iguana

Have you found anything relevant by searching the web?

No response

Any other information, logs, or outputs that you want to share?

No response

@ThomasCJY ThomasCJY added awaiting-maintainer Awaiting review from Bazel team on issues type: feature request labels Jul 22, 2024
@github-actions github-actions bot added the product: Android Studio Android Studio plugin label Jul 22, 2024
@ThomasCJY
Copy link
Author

#6803 fixed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-maintainer Awaiting review from Bazel team on issues product: Android Studio Android Studio plugin type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants