DebuggerEventsClass Events

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubeventOnContextChanged

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.

System_CAPS_pubeventOnEnterBreakMode

This API supports the product infrastructure and is not intended to be used directly from your code. Fired when entering break mode.

System_CAPS_pubeventOnEnterDesignMode

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.

System_CAPS_pubeventOnEnterRunMode

This API supports the product infrastructure and is not intended to be used directly from your code. Fired when the debugger enters run mode.

System_CAPS_pubeventOnExceptionNotHandled

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.

System_CAPS_pubeventOnExceptionThrown

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.

Return to top
Show: