What are the options for debugging native code on Android? Is gdb the only debugger available? Is their a Visual Studio integration?
I've looked through the Android docs and done the googlesing but am not confident I found the right answer. Hopefully some SO pro's will save me the pain of trial and error.
But if my choices are gdb or printf's, I'll move to Mono for Android instead!
Solution! WinGDB is available for Android. Debugging with Visual Studio!