Due to the nature of the company I work for, I’ve had to write a bunch of Visual Studio Integration Packages. So what’s the easiest way to debug a VS Integration Package? Right click the project in the Solution Explorer and select Properties. This should bring up the Project configuration pane. Click the debug tab.
Start external program: Common7IDEdevenv.exe
Command line arguments: /ranu /rootsuffix Exp
I got sick of trying to google this every time I had to debug an integration package so here it is.