I have installed the latest AndroidWorks with Nsight Tegra 3.0 using Visual Studio 2013 on an existing project and it is not able to find a debugger.
I created a test project that was all native and I’m able to debug it just fine and I’m also able to debug the samples.
The problem is when I go to project properties and select the “Debugging” tab, no debugger shows up. If I do this for the projects that work, they have “Nsight Tegra Debugger” selected in the “Debugger to launch:” drop down. My project has nothing in that drop down.
The project is a fairly large internal game engine that had the “Tegra-Android” platform added through the configuration manager. I’ve tried quite a few things so far to make it look exactly like the test project in hopes that it would show the debugger but no luck so far. Any ideas?