I am attempting to debug a project that references a library file. I want to be able to step into the source code of the library file, so I set the Debug Properties->Source tab to include the source file folder of the library project. However, when I break at the library function call in my program, and then step into the function, the library source code is not retrieved. The debugger simply steps over the function call. What am I doing wrong?
thx
MikeH