Cross-solution debugging with Visual Studio.
One of the awesome things I remember in Visual Basic 6 from years ago that you could just load up an ActiveX exe project into the IDE, set a breakpoint, press Run and whenever someone (either an EXE or a project in a different IDE) called that DLL, your breakpoint would hit. Is something like this possible with Visual Studio 2008? Can ...