Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How to swap out the default IVsDebuggableProjectCfg implementation for native code projects?

$
0
0

I have an extension where I would like to modify the behavior of F5 for native code projects.  I want almost identical behavior to the current F5, except that I would like to modify one of the fields of the VsDebugTargetInto structure before it's passed to LaunchDebugTargets.  

Is there any way to achieve something like this?  I'm ok re-implementing all of IVsDebuggableProjectCfg if there's no way to filter it at a more granular level, but I would still need to somehow attach this to the IVsProjectCfg or other interface, so that the system uses my implementation.


Viewing all articles
Browse latest Browse all 4410

Trending Articles