IVsDebugger3 Interface
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("F6A3B3E7-5A0E-420B-98D0-AE6963CAD9F3")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDebugger3
[GuidAttribute("F6A3B3E7-5A0E-420B-98D0-AE6963CAD9F3")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugger3
[GuidAttribute(L"F6A3B3E7-5A0E-420B-98D0-AE6963CAD9F3")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDebugger3
[<GuidAttribute("F6A3B3E7-5A0E-420B-98D0-AE6963CAD9F3")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugger3 = interface end
public interface IVsDebugger3
The IVsDebugger3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsProcessRecycleRequired | Determines whether the specified process must be stopped and restarted. | |
LaunchDebugTargets3 | Launches or attaches to the specified processes under the control of the debugger, and returns the processes' process IDs and creation times. |
Top