IVsDebuggerEvents Members

Include Protected Members
Include Inherited Members

Provides notification when the debugger changes mode. The debugger operates in one of three modes: run, break, or design. The interface is an argument of the AdviseDebuggerEvents method of the IVsDebugger interface. The interface is an event sink, a recipient of events, implemented by components wanting notification of changes in the debugger.

The IVsDebuggerEvents type exposes the following members.

Methods

  Name Description
Public method OnModeChange Specifies the function called when the debugging mode changes.

Top

See Also

Reference

IVsDebuggerEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace