This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Debugger won't step into source of library

Guru 15580 points

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