Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("D4EAE958-0FBA-11D3-B880-00C04F79E479")> _
Public Interface DebuggerEvents _
Inherits _DebuggerEvents, _dispDebuggerEvents_Event
[GuidAttribute("D4EAE958-0FBA-11D3-B880-00C04F79E479")]
public interface DebuggerEvents : _DebuggerEvents,
_dispDebuggerEvents_Event
[GuidAttribute(L"D4EAE958-0FBA-11D3-B880-00C04F79E479")]
public interface class DebuggerEvents : _DebuggerEvents,
_dispDebuggerEvents_Event
[<GuidAttribute("D4EAE958-0FBA-11D3-B880-00C04F79E479")>]
type DebuggerEvents =
interface
interface _DebuggerEvents
interface _dispDebuggerEvents_Event
end
public interface DebuggerEvents extends _DebuggerEvents, _dispDebuggerEvents_Event
The DebuggerEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
add_OnContextChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
add_OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
add_OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
add_OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
add_OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
add_OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
remove_OnContextChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
remove_OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
remove_OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
remove_OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
remove_OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
remove_OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
OnContextChanged | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
OnEnterBreakMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
OnEnterDesignMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
OnEnterRunMode | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
OnExceptionNotHandled | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
![]() |
OnExceptionThrown | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispDebuggerEvents_Event.) |
Top