IVsDebugLaunch::DebugLaunch Method (UInt32)

 

Launches the debugger.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int DebugLaunch(
	unsigned int grfLaunch
)

Parameters

grfLaunch
Type: System::UInt32

[in] Bit flags, representing launch options, formed using values from the __VSDBGLAUNCHFLAGS enumeration.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsDebugLaunch::DebugLaunch(
   [in] VSDBGLAUNCHFLAGS grfLaunch
);
Return to top
Show: