intellij icon indicating copy to clipboard operation
intellij copied to clipboard

Declare BlazeNativeDebuggerAppContextProvider as an extension point for the NDK NativeDebuggerAppContextProvider

Open mauriciogg opened this issue 8 months ago • 1 comments

Checklist

  • [x] I have filed an issue about this change and discussed potential changes with the maintainers.
  • [ ] I have received the approval from the maintainers to make this change.
  • [ ] This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See the Contributions section in the README for more details.

# Discussion thread for this change

Issue number: https://github.com/bazelbuild/intellij/issues/295

Description of this change

Native debugging fails with No NativeDebuggerAppContext available for com.google.idea.blaze.android.run.BazelApplicationProjectContext because there are no extension points declared by the plugin. This fixes that issue

mauriciogg avatar Apr 11 '25 15:04 mauriciogg

@mauriciogg thanks for the submission, though @mai93 is not available for the next 2 weeks, so we have to wait. Also the change should go to AOSP eventually.

ujohnny avatar Apr 11 '25 16:04 ujohnny

I think this now needs to be contributed here: https://android.googlesource.com/platform/tools/adt/idea/+/refs/heads/mirror-goog-studio-main/aswb/aswb/src/META-INF/ndk_contents.xml

DoDoENT avatar Sep 09 '25 15:09 DoDoENT

@DoDoENT Yes, ASwB is now developed on the AOSP. Please open all changes there, tho idk how to do this either.

LeFrosch avatar Sep 11 '25 08:09 LeFrosch