IVsDebuggableProjectCfg2 Interface
Supports Debug Launch (F5 command). Extends IVsDebuggableProjectCfg to provide a method call (OnBeforeDebugLaunch) before launching the debugger.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | DebugLaunch(UInt32) | Starts the debugger. Inherited from IVsDebuggableProjectCfg. |
![]() | EnumOutputs(IVsEnumOutputs) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_BuildableProjectCfg(IVsBuildableProjectCfg) | Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process. Inherited from IVsDebuggableProjectCfg. |
![]() | get_CanonicalName(String) | Returns a configuration's canonical name. Inherited from IVsDebuggableProjectCfg. |
![]() | get_DisplayName(String) | Returns a string that describes the configuration and can be displayed in the environment's UI. Inherited from IVsDebuggableProjectCfg. |
![]() | get_IsDebugOnly(Int32) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_IsPackaged(Int32) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_IsReleaseOnly(Int32) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_IsSpecifyingOutputSupported(Int32) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_Platform(Guid) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_ProjectCfgProvider(IVsProjectCfgProvider) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_RootURL(String) | Returns a configuration's root URL for its output items. Inherited from IVsDebuggableProjectCfg. |
![]() | get_TargetCodePage(UInt32) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | get_UpdateSequenceNumber(ULARGE_INTEGER[]) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | OnBeforeDebugLaunch(UInt32) | Provides a method the implementer can use to perform necessary actions before the actual launch of the debugger. |
![]() | OpenOutput(String, IVsOutput) | Obsolete method. Do not use. Inherited from IVsDebuggableProjectCfg. |
![]() | QueryDebugLaunch(UInt32, Int32) | Determines whether the debugger can be launched, given the state of the launch flags. Inherited from IVsDebuggableProjectCfg. |
