I would like to debug a C# DLL I'm developing for a plugin that is used by some third-party production .EXE for which I do not have the code.
How should I configure the Visual Studio 2010 Express C# solution so that I can set breakpoints that are honoured by Visual Studio when I execute the third-party .EXE that loads my DLL?