This topic has not yet been rated - Rate this topic

DebuggerEvents Interface

Defines events supported by the debugger. Use this object for functionality and refer to DebuggerEventsClass for this object's members' documentation.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
[<GuidAttribute("D4EAE958-0FBA-11D3-B880-00C04F79E479")>]
type DebuggerEvents =  
    interface 
        interface _DebuggerEvents 
        interface _dispDebuggerEvents_Event 
    end

The DebuggerEvents type exposes the following members.

  NameDescription
Public methodadd_OnContextChangedInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodadd_OnEnterBreakModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodadd_OnEnterDesignModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodadd_OnEnterRunModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodadd_OnExceptionNotHandledInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodadd_OnExceptionThrownInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodremove_OnContextChangedInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodremove_OnEnterBreakModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodremove_OnEnterDesignModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodremove_OnEnterRunModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodremove_OnExceptionNotHandledInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public methodremove_OnExceptionThrownInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Top
  NameDescription
Public eventOnContextChangedInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public eventOnEnterBreakModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public eventOnEnterDesignModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public eventOnEnterRunModeInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public eventOnExceptionNotHandledInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Public eventOnExceptionThrownInfrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.