IVsDebugger4 Interface
Visual Studio 2015
Provides additional access to the debugger. You can get an instance of this interface from the SVsShellDebugger (SID_SVsShellDebugger) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | EnumCurrentlyDebuggingProjects(IEnumHierarchies) | Returns the set of projects that have been launched through a debugger launch (F5) and that the debugger is currently debugging. |
![]() | LaunchDebugTargets4(UInt32, VsDebugTargetInfo4[], VsDebugTargetProcessInfo[]) | Launches the specified debug targets. |
Show:
