IVsDebuggableProjectCfg2.OnBeforeDebugLaunch Method (UInt32)
Visual Studio 2015
Provides a method the implementer can use to perform necessary actions before the actual launch of the debugger.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- grfLaunch
-
Type:
System.UInt32
[in] Flags determining how to start the debugger. For valid grfLaunch values, see __VSDBGLAUNCHFLAGS.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
At the beginning of debugging, the solution build manager first calls OnBeforeDebugLaunch on each project supporting this interface. It then goes through the projects again and performs the actual call to DebugLaunch.
Show: