SgDotNet
Singapore Professional .NET User Group -For Cool Developers

Attaching a DLL

rated by 0 users
This post has 1 Reply | 0 Followers

Top 150 Contributor
Posts 12
xarzu Posted: 10-06-2007 2:45 AM

I have a C++ program I am debugging using Visual Studio 2005 . 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?

Top 25 Contributor
Posts 442

Add the source code project (callee) into the same solution as the calling project.

In the calling project, remove and re-add the reference to the DLL using the "Projects" tab.

In the callee project, put a breakpoint to step through.

 

Maung Maung
Page 1 of 1 (2 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems