Tag not monitored by Microsoft.
Custom Debugger extension for C++
Hi All,
I am trying to Custom Debugger extension for my own C++ project, i have tried step mentioned at https://github.com/microsoft/VSProjectSystem/blob/master/doc/extensibility/IDebugLaunchProvider.md by creating XAML file and extending DebugLaunchProviderBase and providing enum value to be displayed.
But as soon as i load the template i see 4 default options (local windows debugger, remove windows debugger, web service debugger, web browser debugger).
even if i try to run the project i don't get call into my own Implementation of LaunchAsync in DebugLaunchProviderBase child class.
Can anyone suggest what i am missing?
I have applied the project capability to all the classes in sample extension and to vcxproj also.
Thanks in Advance