I got some compiled C++ libraries (.lib
, not compiled by myself) which I link in my own C++ project. I also got the source code.
Is it possible while debugging to step into functions from those libraries using the source code? How can I tell the Visual Studio debugger to use those source code files?
I guess that .lib
files would need some kind of debugging information - can I find out if they got those?