DebuggerEventsClass Class

Definition

Microsoft Internal Use Only.

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

public ref class DebuggerEventsClass : EnvDTE::DebuggerEvents
public ref class DebuggerEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class DebuggerEventsClass : EnvDTE::DebuggerEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispDebuggerEvents\0")]
[System.Runtime.InteropServices.Guid("0C763210-0FBB-11D3-B880-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class DebuggerEventsClass : EnvDTE.DebuggerEvents
[System.Runtime.InteropServices.Guid("0C763210-0FBB-11D3-B880-00C04F79E479")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispDebuggerEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class DebuggerEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispDebuggerEvents\0")>]
[<System.Runtime.InteropServices.Guid("0C763210-0FBB-11D3-B880-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type DebuggerEventsClass = class
    interface _DebuggerEvents
    interface DebuggerEvents
    interface _dispDebuggerEvents_Event
[<System.Runtime.InteropServices.Guid("0C763210-0FBB-11D3-B880-00C04F79E479")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispDebuggerEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type DebuggerEventsClass = class
Public Class DebuggerEventsClass
Implements DebuggerEvents
Public Class DebuggerEventsClass
Inheritance
DebuggerEventsClass
Attributes
Implements

Remarks

Refer to DebuggerEvents for this functionality. Do not instantiate from this class.

Constructors

DebuggerEventsClass()

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

Microsoft Internal Use Only.

Methods

add_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler)
add_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler)
add_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler)
add_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler)
add_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler)
add_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler)
remove_OnContextChanged(_dispDebuggerEvents_OnContextChangedEventHandler)
remove_OnEnterBreakMode(_dispDebuggerEvents_OnEnterBreakModeEventHandler)
remove_OnEnterDesignMode(_dispDebuggerEvents_OnEnterDesignModeEventHandler)
remove_OnEnterRunMode(_dispDebuggerEvents_OnEnterRunModeEventHandler)
remove_OnExceptionNotHandled(_dispDebuggerEvents_OnExceptionNotHandledEventHandler)
remove_OnExceptionThrown(_dispDebuggerEvents_OnExceptionThrownEventHandler)

Events

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.

Applies to