DebuggerEventsClass Events
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | OnContextChanged | This API supports the product infrastructure and is not intended to be used directly from your code. Fired whenever the current process, program, thread, or stack has been changed through the user interface or through the automation model. |
![]() | OnEnterBreakMode | This API supports the product infrastructure and is not intended to be used directly from your code. Fired when entering break mode. |
![]() | OnEnterDesignMode | This API supports the product infrastructure and is not intended to be used directly from your code. Fired when leaving run mode or debug mode, and when the debugger establishes design mode after debugging. |
![]() | OnEnterRunMode | This API supports the product infrastructure and is not intended to be used directly from your code. Fired when the debugger enters run mode. |
![]() | OnExceptionNotHandled | This API supports the product infrastructure and is not intended to be used directly from your code. Thrown before OnEnterBreakMode. Setting this action allows the handler to affect the development environment's user interface when the handler exits. The parameter is set initially to the value set by any prior handlers. |
![]() | OnExceptionThrown | This API supports the product infrastructure and is not intended to be used directly from your code. Thrown before OnEnterBreakMode. Setting this action allows the handler to affect the developer environment's user interface upon exiting the handler. The parameter is initially set to the value set by any prior handlers. |
