IVsDebugLaunch 接口
启动调试器。您可以获取此接口的实例从 SVsDebugLaunch (SID_SVsDebugLaunch) services。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebugLaunch
[GuidAttribute("A5412570-5FB9-11D1-A811-00A0C9110051")]
[InterfaceTypeAttribute()]
public interface IVsDebugLaunch
IVsDebugLaunch 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
DebugLaunch | 启动调试器。 | |
QueryDebugLaunch | 测试是否可以生成具有指定选项的调试器。 |
页首
备注
可以通过两种方式之一启动调试器: IVsDebugLaunch和 IVsSolutionBuildManager。此接口, IVsDebugLaunch,较为容易实现,但未提供尽可能多的对调试器的控件。 IVsSolutionBuildManager。