VS 2003 debugger won't step into my DLL

  • From: "Delaunay Christophe" <christophe.delaunay@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 14 Dec 2007 14:37:26 +0100

Hi all,

My module uses a DLL which is compiled in debug mode like the module
itself. At compilation, I definitely have a "MyDLL.dll" and a
"MyDLL.pdb" but they are in a different folder from "MyModule.exe" and
"MyModule.pdb". This is due to the fact that MyDLL is also used by other
projects.
I placed a breakpoint just when my module calls a function from the DLL.
When I run it inside the debugger by pressing f5. It stops at this
breakpoint. However, when I press f11 to step into the DLL's function,
it just steps over like if I pressed f10.

What did I miss?

Many thanks in advance for any help. Have a nice day. ChD
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts:

  • » VS 2003 debugger won't step into my DLL