IVsDebugLaunch Interface

Definition

Launches the debugger. You can get an instance of this interface from the SVsDebugLaunch (SID_SVsDebugLaunch) service.

public interface class IVsDebugLaunch
Attributes

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.

Methods

DebugLaunch(UInt32)

Launches the debugger.

QueryDebugLaunch(UInt32, Int32)

Tests whether you can launch the debugger with the specified options.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022