First I will list the reason I need the debugger:
I have an open source package Regionizer (https://regionizer.codeplex.com) for Visual Studio 2012 and 2013. I added support for 2015 like this (not sure if this is right or not):
<SupportedProducts><VisualStudio Version="11.0"><Edition>Ultimate</Edition><Edition>Premium</Edition><Edition>Pro</Edition></VisualStudio><VisualStudio Version="12.0"><Edition>Ultimate</Edition><Edition>Premium</Edition><Edition>Pro</Edition></VisualStudio><VisualStudio Version="14.0"><Edition>Ultimate</Edition><Edition>Pro</Edition><Edition>Community</Edition></VisualStudio></SupportedProducts><SupportedFrameworkRuntimeEdition MinVersion="4.0" MaxVersion="4.6" />
First question would be, are the values correct for the 2015 (14.0?) and should MaxVersion be 4.5.1 since I left my code at 4.5.1 to run on 2012, 2013 and 2015 is my hope, not sure if I can accomplish that or not.
Now my other problem:
My problem is the extension says it installs into 2015, but when I launch the tool window, nothing happens.
I was trying to debug the issue why the window doesn't launch, but when I launch the debugger, VS 2013 launches.
I am sure this is an environment variable that didn't get set when VS Enterprise 2015 was installed, how do I set it to launch 2015?
Thanks for any help,