Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IVsDebugLaunch
[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute()]
public interface IVsDebugLaunch
[GuidAttribute(L"A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute()]
public interface class IVsDebugLaunch
public interface IVsDebugLaunch
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.