Share via


IVsDebugger5.GetDiagnosticsToolsBypassState Method

Definition

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

public:
 bool GetDiagnosticsToolsBypassState();
public:
 bool GetDiagnosticsToolsBypassState();
bool GetDiagnosticsToolsBypassState();
public bool GetDiagnosticsToolsBypassState ();
abstract member GetDiagnosticsToolsBypassState : unit -> bool
Public Function GetDiagnosticsToolsBypassState () As Boolean

Returns

True if the tools should be bypassed, otherwise false.

Applies to