IVsDebugger5.GetDiagnosticsToolsBypassState 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.
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.