visual studio 2010 - How to step into function of a dll when you have the .pdb file and the C++ source code with VS2010? -


i trying debug dynamic library have wrote used application inside visual studio 2010. can step until function of dll, can't step deeper , see source code. if open disassembly window, can step asm code don't see source code or symbol.

i have build .dll , import .lib. .pdb (/zi) file associated dll has been built (with /debug). optimisation disabled (/od).

my application links import lib #pragma comment(lib, "myimport.lib") because application has build tool can't configure myself.

my application run in debug, , in modules of debugger can see dll loaded symbols.

i have check options > debugging > general enable code option disable.

how force vs2010 step functions of dll?

we have different setup launch application don't have source code which, in turn, loads dll built ourselves. debug use visual studio command debug / attach process... maybe command lead successful debugging dll's sources.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -