This topic has not yet been rated - Rate this topic

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)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")] 
public interface IVsDebugLaunch
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051") */ 
public interface IVsDebugLaunch
InterfaceTypeAttribute(1) 
GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051") 
public interface IVsDebugLaunch

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ