DebuggerEvents Interface
Defines events supported by the debugger. Use this object for functionality and refer to DebuggerEventsClass for this object's members' documentation.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | add_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | add_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | add_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | add_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | add_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | add_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | remove_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | remove_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | remove_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | remove_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | remove_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | remove_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler^) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | OnContextChanged | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | OnEnterBreakMode | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | OnEnterDesignMode | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | OnEnterRunMode | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | OnExceptionNotHandled | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |
![]() | OnExceptionThrown | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispDebuggerEvents_Event.) |

