Is it possible to add/modify debugging on an existing project in Visual Studio 2015?
For example, I have a project created for VisualMicro debugging; can I modify the debug method to instead use the VisualGDB debugger, or do I need to start an entirely new project with the wizard and copy all the source code from the existing project?
If a new is needed project, can both project & solution files for each of the respective debuggers live in the same directory, each sharing the same source files?
Thanks