Compartilhar via


IVsDebugger5.BypassDiagnosticsToolsOnNextSession(Boolean) Method

Definition

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.

Applies to