
Visual Studio attaches to something, since it is off and running, but the phone is still saying it is waiting for the debugger. I am then attaching Visual Studio to the adb process, since I think that's the debugger. However, the device is showing a message that it is waiting for the debugger to attach. Visual Studio is correctly identifying the phone and does initiate something on the device. I have set breakpoints in the C++ code only, and have set Visual Studio to debug the ARM64 version of the app. The C++ code is written for Visual Studio and cannot be debugged through Android Studio. The phone is in developer mode, is attached by USB cable, and permanently trusts the PC. I want to debug the C++ portion of code that is written in a mix of Java and C++ on an actual phone (as opposed to an emulator) running Android version 13 through Visual Studio 2022.
