IExternalDebugHost Interface
Notifies the host application of debugging checkpoints for loading and unloading add-ins during external host debugging.
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() | OnBeforeDebugStarting(String) | Prepares the host for debugging. |
![]() | OnDebugAttachFailed(String) | Performs any cleanup operations after debugging attach fails. |
![]() | OnDebugStarting(String) | Loads and starts executing the add-in. |
![]() | OnDebugStopping(String) | Performs any clean up operations when debugging stops. |
Community Additions
ADD
Show:
