IVsDebugger3 Interface
Visual Studio 2015
Provides additional access to the debugger. You can get an instance of this interface from the SVsShellDebugger (SID_SVsShellDebugger) service. This interface extends IVsDebugger and IVsDebugger2.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | IsProcessRecycleRequired(VsDebugTargetProcessInfo[]) | Determines whether the specified process must be stopped and restarted. |
![]() | LaunchDebugTargets3(UInt32, VsDebugTargetInfo3[], VsDebugTargetProcessInfo[]) | Launches or attaches to the specified processes under the control of the debugger, and returns the processes' process IDs and creation times. |
Show:
