how to debug a dll
-
hi I want to set a breakpoint to the dll-class and want to debug it...when another application calls that dll. plz help me Paritosh
Do u have source code of the dll class? << >>
-
Do u have source code of the dll class? << >>
-
you just include the dll project into caller project (I mean main project) and debug... << >>
-
you just include the dll project into caller project (I mean main project) and debug... << >>
-
When ANY other application runs your dll, or do you know the specific app? You can't just open your .DLL project, set a breakpoint, then wait for the breakpoint to be caught. The debugger has to be attached to the process that is loading your .DLL. Go to the Debug Menu, then pick Processes (or Attach to Process). RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome