I am trying to debug a project that has a link to a DLL that I added, the DLL is stored in an external directory, and I just added the link. Now, of course, I can debug my project, but the line that calls the method on my other DLL, I can not enter into it, that is, F12.
One way to do this is to add my project (dll) as an existing project to my solution and replace the referenced DLL to use the attached project, and not the file on disk.
But what a mess, I'm sure there is a cleaner way?
I seem to remember if I was copying some PDB files or something, but I canβt remember. And I need to open 2 copies of visual studio, 1 for my main project and 1 for my DLL link ??
c # visual-studio visual-studio-2010 visual-studio-debugging
Martin May 14 '13 at 15:04 2013-05-14 15:04
source share