_dispDebuggerEvents Interface

 

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

Microsoft Internal Use Only.

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

[InterfaceTypeAttribute(2)]
[GuidAttribute("46209330-0FBA-11D3-B880-00C04F79E479")]
public interface class _dispDebuggerEvents

NameDescription
System_CAPS_pubmethodOnContextChanged(Process^, Program^, Thread^, StackFrame^)

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

System_CAPS_pubmethodOnEnterBreakMode(dbgEventReason, dbgExecutionAction)

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

System_CAPS_pubmethodOnEnterDesignMode(dbgEventReason)

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

System_CAPS_pubmethodOnEnterRunMode(dbgEventReason)

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

System_CAPS_pubmethodOnExceptionNotHandled(String^, String^, Int32, String^, dbgExceptionAction)

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

System_CAPS_pubmethodOnExceptionThrown(String^, String^, Int32, String^, dbgExceptionAction)

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

Return to top
Show: