Answer the question
In order to leave comments, you need to log in
How to enter DLL code while debugging in MSVC 2010?
I am researching the driver code, which has a lot of external dependencies. When I run an example from the developer's site using the driver under study in the debugger, a message pops up:
As far as I understand, the debugger cannot enter the DLL used in the project, although I added all the necessary libraries directly to the directory where the project's executable file is located.
I believe that this issue is resolved in the debugger settings - it was useful to search, but I only found a manual for the debugger of the old version of MSVC , in which the debugger had a completely different interface and, accordingly, was configured differently.
How to access DLL while debugging? Or is the problem not in the DLL at all, but in some PDBs?
Thank you.
Answer the question
In order to leave comments, you need to log in
DLL is a binary file, if there is no debug code in it, then it is not in it.
Most likely it is your code that you are running that is built in the Release version.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question