Attaching 2 VS2005 Debuggers



Hello,
I have 2 modules. One for the exe and dll for the other.
I opened them seperately from 2 VS2005 IDE's,
I want in case the exe module's control is given to the dll, I'd like to see
one of the breakpoints of the dll get hit.
But so far, I don't see this happening. Any ideas how to say after I press
F8 in the exe, the control will be transferred to the dll's IDE?
Or there is a nicer and cleaner method?
Thanks in advance
Jack


.



Relevant Pages

  • Re: Debugging dll newb question
    ... Close all of your VB IDE copies, Open the standard EXE project file. ... but sets the file name for the DLL to itself. ... have to make a UserControl as an OCX to use it in an EXE. ... EXE project, just go to Project-->Add User Control, and start making your ...
    (microsoft.public.vb.general.discussion)
  • Re: ERROR_RESOURCE_TYPE_NOT_FOUND error comes
    ... Made DLL which contains resources like dialog, ... Made a static lib project which contains classes for resources ... This control is populated by lib classes. ... locale ID, and if not found, is defaulted to the app .exe itself. ...
    (microsoft.public.vc.mfc)
  • Re: Editors
    ... some strip them on exe files by default. ... "preferred base address" and, yup, relocations are completely ... DLL files, though, aren't loaded into their own address space but are ... EXE's "entry-point", though, is not "special" in that it's just an ...
    (alt.lang.asm)
  • Re: How to get a reference to main form in a Windows Form 2.0 Application?
    ... But what control would a library (dll) have access to? ... It is separate from ... the exe. ...
    (microsoft.public.dotnet.general)
  • Re: Custom Control & Dll Hell
    ... DLL using control is Extension / Regular DLL? ... EXE is MFC exe. ... > of my custom control. ...
    (microsoft.public.vc.mfc.docview)