Breakpoints in non-

Hi,
We’re building our static libraries using a jam script. Our solution consists of the main Android application project plus a makefile project for each library.

I’m finding that I can’t seem to drop breakpoints in any of the sourcefiles in my library makefile projects.

However, I can drop breakpoints in library source code in the NVPACK android_samples solution.

Is there some special part of the build process or Visual Studio plugin that only enables debugging for “Android” projects?

Thanks,
Simon

btw I can single step into my library source files just fine, I just cant set breakpoints.
Any tips much appreciated.