IVsDebugLaunch Interface
Visual Studio 2015
Launches the debugger. You can get an instance of this interface from the SVsDebugLaunch (SID_SVsDebugLaunch) service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | DebugLaunch(UInt32) | Launches the debugger. |
![]() | QueryDebugLaunch(UInt32, Int32) | Tests whether you can launch the debugger with the specified options. |
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.
Show:
