Share via

Custom Debugger extension for C++

golf89 1 Reputation point
2021-06-29T04:12:50.507+00:00

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

Community Center | Not monitored

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.