Hello all,
I’m using the trial version of Visual GDB with Visual Studio 2012 on Win 7 x86. I’m really happy with it but for various reasons my app needs some of the features available in Crystax (which is an NDK replacement (https://www.crystax.net/en/android/ndk) and VisualGDB seems to having some trouble. My app compiles fine and it’s just when it tries to launch the debugger I get a:
Cannot start debugging session: GDBSERVER terminated unexpectedly.
Using the Android Device Compatibility Center, I get:
auncher log:
**** Timeout waiting for gdbserver to initialize ****
——————————-
GDBServer output:
Can’t bind address: Address already in use.
Exiting
Exception: Failed to start session
Debug failed: Failed to start session
———————————————————————–
The test app keeps starting and then restarting.
I’m using Android-21 for both NDK and SDK target platforms.
Any advice would be appreciated.
Thank you