VS2005 MFC C++ degugging
-
Does anyone know how what to set in VS2005 so that you can debug a DLL? I know what to do normally, VS2003 was fine but for some reason I cannot debug a DLL in VS2005! I have set the executable to call the DLL from and I have output the debug version of the DLL to the correct path etc,... I have read somewhere that it is a known issue in VS2005 and you need to install sybols locally.
-
Does anyone know how what to set in VS2005 so that you can debug a DLL? I know what to do normally, VS2003 was fine but for some reason I cannot debug a DLL in VS2005! I have set the executable to call the DLL from and I have output the debug version of the DLL to the correct path etc,... I have read somewhere that it is a known issue in VS2005 and you need to install sybols locally.
In the folder where your "debug configuration" goes there should be a .pdb(program debug database) file. Place this file into the same directory you are placing the "debug configuration" dll. Then under Debug -> Attach To Process, select what ever is using the dll file. Set your break points and let her rip.
[Insert Witty Sig Here]