IVsDebugLaunch Interface
Launches the debugger. You can get an instance of this interface from the SVsDebugLaunch (SID_SVsDebugLaunch) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebugLaunch
[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute()]
public interface IVsDebugLaunch
[GuidAttribute(L"A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute()]
public interface class IVsDebugLaunch
[<GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")>]
[<InterfaceTypeAttribute()>]
type IVsDebugLaunch = interface end
public interface IVsDebugLaunch
The IVsDebugLaunch type exposes the following members.
Methods
Name | Description | |
---|---|---|
DebugLaunch | Launches the debugger. | |
QueryDebugLaunch | Tests whether you can launch the debugger with the specified options. |
Top
Remarks
You can use one of two ways to launch the debugger: IVsDebugLaunch,and IVsSolutionBuildManager. This interface, IVsDebugLaunch, is easier to implement but does not provide as much control over the debugger as IVsSolutionBuildManager.