Include Protected Members
Include Inherited Members
Enables a built configuration to be started and run by the debugger.
The IVsDebuggableProjectCfg type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | DebugLaunch | Starts the debugger. | 
| .gif) | EnumOutputs | Obsolete method. Do not use. | 
| .gif) | get_BuildableProjectCfg | Provides access to a configuration's IVsBuildableProjectCfg interface to use to manage the build process. | 
| .gif) | get_CanonicalName | Returns a configuration's canonical name. | 
| .gif) | get_DisplayName | Returns a string that describes the configuration and can be displayed in the environment's UI. | 
| .gif) | get_IsDebugOnly | Obsolete method. Do not use. | 
| .gif) | get_IsPackaged | Obsolete method. Do not use. | 
| .gif) | get_IsReleaseOnly | Obsolete method. Do not use. | 
| .gif) | get_IsSpecifyingOutputSupported | Obsolete method. Do not use. | 
| .gif) | get_Platform | Obsolete method. Do not use. | 
| .gif) | get_ProjectCfgProvider | Obsolete method. Do not use. | 
| .gif) | get_RootURL | Returns a configuration's root URL for its output items. | 
| .gif) | get_TargetCodePage | Obsolete method. Do not use. | 
| .gif) | get_UpdateSequenceNumber | Obsolete method. Do not use. | 
| .gif) | OpenOutput | Obsolete method. Do not use. | 
| .gif) | QueryDebugLaunch | Determines whether the debugger can be launched, given the state of the launch flags. | 
Top