IVsDebuggableProjectCfg Interface

Enables a built configuration to be started and run by the debugger.

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

Syntax

'Declaration
<GuidAttribute("2BC88742-618D-46B2-B65D-67AC990E3215")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebuggableProjectCfg _
    Inherits IVsProjectCfg
'Usage
Dim instance As IVsDebuggableProjectCfg
[GuidAttribute("2BC88742-618D-46B2-B65D-67AC990E3215")]
[InterfaceTypeAttribute()]
public interface IVsDebuggableProjectCfg : IVsProjectCfg
[GuidAttribute(L"2BC88742-618D-46B2-B65D-67AC990E3215")]
[InterfaceTypeAttribute()]
public interface class IVsDebuggableProjectCfg : IVsProjectCfg
public interface IVsDebuggableProjectCfg extends IVsProjectCfg

Remarks

See illustrations of the implementation and/or calling of this interface in the samples Basic Project and Figures Project.

The Start, F5 key combination can be used to run a project's configuration under control of the debugger.

Notes to Implementers:

Implemented by projects to allow the debugger to launch a configuration. IVsDebuggableProjectCfg is an optional interface implemented on the configuration object with IVsCfg and IVsProjectCfg.

Notes to Callers:

Called by the environment when the user elects to start the debugger by selecting the Start, F5 key combination.

See Also

Reference

IVsDebuggableProjectCfg Members

Microsoft.VisualStudio.Shell.Interop Namespace