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)

Syntax

'Declaration
<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebuggerEvents
[GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute()]
public interface IVsDebuggerEvents
[GuidAttribute(L"7D960B15-7AF8-11D0-8E5E-00A0C911005A")]
[InterfaceTypeAttribute()]
public interface class IVsDebuggerEvents
[<GuidAttribute("7D960B15-7AF8-11D0-8E5E-00A0C911005A")>]
[<InterfaceTypeAttribute()>]
type IVsDebuggerEvents =  interface end
public interface IVsDebuggerEvents

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

Microsoft.VisualStudio.Shell.Interop Namespace