IVsDebugger5 Interface

Visual Studio 2015
 

Implemented by the Debugger, obtained via the SID_SVsShellDebugger service.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7C6788DF-F3EE-4DA7-AE43-148EA5635538")]
public interface IVsDebugger5

NameDescription
System_CAPS_pubmethodBypassDiagnosticsToolsOnNextSession(Boolean)

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

System_CAPS_pubmethodGetDiagnosticsToolsBypassState()

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

Return to top
Show: