IVsDebugger5 Interface

Definition

Implemented by the Debugger, obtained via the SID_SVsShellDebugger service.

public interface class IVsDebugger5
public interface class IVsDebugger5
__interface IVsDebugger5
[System.Runtime.InteropServices.Guid("7C6788DF-F3EE-4DA7-AE43-148EA5635538")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugger5
[<System.Runtime.InteropServices.Guid("7C6788DF-F3EE-4DA7-AE43-148EA5635538")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugger5 = interface
Public Interface IVsDebugger5
Attributes

Methods

BypassDiagnosticsToolsOnNextSession(Boolean)

Determines whether the diagnostics tools should be bypassed in the next debugger session.

GetDiagnosticsToolsBypassState()

Gets the current bypass state; that is, whether the diagnostics tools should be bypassed in the next debugger session.

Applies to