I’m trying out VisualGDB to see if it’s better than Eclipse, but no luck so far. My project is somewhat complicated (the main Android.mk includes other Android.mk files, several static libraries are built and then composed into a single .so) and I couldn’t get Virtual GDB to import it properly, so it seems that co-debugging is the way to go. I launch Java debugging in Eclipse and then attach the debugger in Visual Studio as per instructions. It starts all right, but when it finishes initializing I get GDB timeouts one after another for different commands, and at the same time debugging freezes in Eclipse as well (Eclipse i running but doesn’t react to any debugging commands).
Of course, the project cannot be built in Visual Studio at this point, I didn’t even add all the sources to the solution, but I assume it won’t matter. What could be wrong, how can I debug the issue?