I am trying to compile Nvidia PhysX source code in Debug mode. Then I am having another Visual Studio project that uses the PhysX project as an external one.
I want to debug the PhysX project via my main project starting from the breakpoints I am defining in the external PhysX project. Is this possible?
I am using VS 2013 and Physx 3.3.4.
Thanks in advance!