Hello,
I have almost finished a desktop application with VS Isolated Shell. I have recently moved from VS 2013 to VS 2015. I had to do minor changes and everything is OK... except for the fact that a new "Debug -> Windows -> Exception Settings" command, which were not in VS 2013, has been included in VS 2015.
When I open a file, "Exception Settings" is available under "Debug -> Window" menu. As you can imagine, this behavior is not desirable for my application, this "Exception Settings" has no sense in my software and I need to remove it.
I'm trying hard to find the package or tool window GUID to put in .pkgundef file to prevent "Exception Settings" to load. I have found in the registryVSDebugCoreUI.ToolWindows.ExceptionSettings.ExceptionSettingsToolWindow. If I write in.pkgundef:
or:
the result is the opposite, not only "Exception Settings" appears but other commands.
Maybe I need to edit .vssettings or other file, but I don't know how to do it. I can't find the proper documentation.
Please, I would need some help.
Thanks.
Pedro.
I have almost finished a desktop application with VS Isolated Shell. I have recently moved from VS 2013 to VS 2015. I had to do minor changes and everything is OK... except for the fact that a new "Debug -> Windows -> Exception Settings" command, which were not in VS 2013, has been included in VS 2015.
When I open a file, "Exception Settings" is available under "Debug -> Window" menu. As you can imagine, this behavior is not desirable for my application, this "Exception Settings" has no sense in my software and I need to remove it.
I'm trying hard to find the package or tool window GUID to put in .pkgundef file to prevent "Exception Settings" to load. I have found in the registryVSDebugCoreUI.ToolWindows.ExceptionSettings.ExceptionSettingsToolWindow. If I write in.pkgundef:
// TEST: Exception Settings tool window
[$RootKey$\ToolWindows\{605322a2-17ae-43f4-b60f-766556e46c87}or:
// TEST: DebugCoreUIPackage
[$RootKey$\Packages\{d549bc66-c17b-4409-8729-583e60dc0bc1}the result is the opposite, not only "Exception Settings" appears but other commands.
Maybe I need to edit .vssettings or other file, but I don't know how to do it. I can't find the proper documentation.
Please, I would need some help.
Thanks.
Pedro.