Hi all,
I’m getting an error when I try to do Android–>Debug Android App:
Visual GDB has failed to start your app due to the following error:
Cannot connect to gdbserver. Please start debugging again. If the problem persists, increase additional gdbserver startup delay in VisualGDB project settings.
It then displays the GDBserver log, which says:
Attached; pid = 11740
Listening on port 5039.
No matter how big I make the delay, I get the same error. I adb shell into the tablet, and I can see the gdbserver running when I look at the processes using the “ps” command.
The test application, just the default /usual “you have pressed this hug button X times”, is also started and running fine. Everything seems fine, except I can’t hit my breakpoint, and get that error.
Any ideas?
Thanks in advance! 🙂