IVsDebugger4 Interface

 

Provides additional access to the debugger. You can get an instance of this interface from the SVsShellDebugger (SID_SVsShellDebugger) service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("8548668A-F63A-46BB-A3BD-5D053229820A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugger4

NameDescription
System_CAPS_pubmethodEnumCurrentlyDebuggingProjects(IEnumHierarchies)

Returns the set of projects that have been launched through a debugger launch (F5) and that the debugger is currently debugging.

System_CAPS_pubmethodLaunchDebugTargets4(UInt32, VsDebugTargetInfo4[], VsDebugTargetProcessInfo[])

Launches the specified debug targets.

Return to top
Show: