Unable to debug Android #27305
Labels
platform/android 🤖
potential-regression
This issue described a possible regression on a currently supported version., verification pending
t/bug
Something isn't working
Description
I'm not able to debug my Android application. When I try to debug using a real device, the application gets installed, but right after splash screen, gets minimized and VS Output remains stuck on:
When I try to stop the debugging process, an error popup shows up telling me:
The debugger was unable to terminate one or more processes: [N/A] Mono: The debugger is still attaching to the process or the process is not currently executing the type of code selected for debugging. The debugger may be unstable now. It is recommended that you save all files and exit.
After closing this popup, VS just freezes.
If I try to debug using an emulator, VS loads an outdated version of the application.
The only way I can make my application work on my real device is by using Release mode.
[Edit] - Just installed a new emulator. This one is telling me on Output:
[libc] Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 4502 (io.myapp.com), pid 4502 (io.myapp.com)
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
Android 14
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: