IExternalDebugHost Interface

 

Notifies the host application of debugging checkpoints for loading and unloading add-ins during external host debugging.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("961647FD-0DEB-4DE3-AB4F-A594AA79C584")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<CLSCompliantAttribute(False)>
Public Interface IExternalDebugHost

NameDescription
System_CAPS_pubmethodOnBeforeDebugStarting(String)

Prepares the host for debugging.

System_CAPS_pubmethodOnDebugAttachFailed(String)

Performs any cleanup operations after debugging attach fails.

System_CAPS_pubmethodOnDebugStarting(String)

Loads and starts executing the add-in.

System_CAPS_pubmethodOnDebugStopping(String)

Performs any clean up operations when debugging stops.

Return to top

Community Additions

ADD
Show: