IVsDebugger5.BypassDiagnosticsToolsOnNextSession(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the diagnostics tools should be bypassed in the next debugger session.
public:
void BypassDiagnosticsToolsOnNextSession(bool bypass);
public:
void BypassDiagnosticsToolsOnNextSession(bool bypass);
void BypassDiagnosticsToolsOnNextSession(bool bypass);
public void BypassDiagnosticsToolsOnNextSession (bool bypass);
abstract member BypassDiagnosticsToolsOnNextSession : bool -> unit
Public Sub BypassDiagnosticsToolsOnNextSession (bypass As Boolean)
Parameters
- bypass
- Boolean
True if the tools should be bypassed, otherwise false.