Hello all,
I created a base debug monitor to be able to debug binaries built by Visual Studio and loaded by our System through our communication protocol. This works fine, but as soon as my VSIX is installed, I cannot use VS2017 for other purposes any longer.
The way out of this is currently deactivating the VSIX.
But it would be nicer to be able to switch the base debug monitor by the combo box "Debugger to launch".
Unfortunately I have no idea and found no documentation nor any examples how to add an entry and my base debug monitor to this combo.
Can this be done by a configuration file or entry to a configuration file? Do I need a second VSIX to create an entry here, something like another module which just prepares the usage of my debug monitor?
I'm sure, someone here could answer these questions, would you please help? Thanks in advance.