IVsDebugger5::BypassDiagnosticsToolsOnNextSession Method (Boolean)

Visual Studio 2015
 

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

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

void BypassDiagnosticsToolsOnNextSession(
	bool bypass
)

Parameters

bypass
Type: System::Boolean

True if the tools should be bypassed, otherwise false.

Return to top
Show: