Attaching a DLL for debugging

Login to reply to this topic.
Fri, 2007-10-05 23:31
Joined: 2007-09-04
Forum posts: 6

I have a C++ program I am debugging in Visual Studio 2005 IDE. It uses a DLL. I have the source code for the DLL. Now, suppose I want to debug and step through the DLL. How do I attach this to my current project?

Actually, I can already debug the app with the DLL but when there is a bug in the dll, I cannot see the source code. So I guess what I am really asking is how to use the DLL's source code during the debug process.

  • Login to reply to this topic.