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 | |
---|---|---|
OnModeChange | Specifies the function called when the debugging mode changes. |
Top