Debugging a library of an external program? (Visual Studio 2010)
问题 This is a question towards programmers who have experience with using Visual Studio 2010 for debugging external applications. Currently, I'm developping an add-on for a program made by people I work for. In order to make this add-on work with the external program, I have to place the .dll file in a certain folder, specified by the external program. I have my build settings configurated so the .dll file is copied automatically. I also copy the .pdb file to enable debugging options. Since this