IVsDebuggerEvents Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute(1)]
public interface IVsDebuggerEvents

NameDescription
System_CAPS_pubmethodOnModeChange(DBGMODE)

Specifies the function called when the debugging mode changes.

Return to top
Show: