1 implementation of IsDebug
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeTestHostLauncher.cs (1)
29public virtual bool IsDebug => false;
17 references to IsDebug
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\InProcessProxyexecutionManager.cs (1)
73isDebug: (testRunCriteria.TestHostLauncher != null && testRunCriteria.TestHostLauncher.IsDebug),
Client\ProxyExecutionManager.cs (1)
261(testRunCriteria.TestHostLauncher != null && testRunCriteria.TestHostLauncher.IsDebug)
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
540|| (_customTestHostLauncher.IsDebug && _customTestHostLauncher is ITestHostLauncher2))
Hosting\DotnetTestHostManager.cs (1)
843|| (_customTestHostLauncher.IsDebug
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (6)
VsTestConsoleRequestSender.cs (6)
320DebuggingEnabled = customHostLauncher.IsDebug, 347DebuggingEnabled = customHostLauncher.IsDebug, 374DebuggingEnabled = customHostLauncher.IsDebug, 401DebuggingEnabled = customHostLauncher.IsDebug, 446&& testHostLauncher.IsDebug, 546IsDebuggingEnabled = testHostLauncher != null && testHostLauncher.IsDebug,
Microsoft.VisualStudio.TestPlatform.Client (1)
Execution\TestRunRequest.cs (1)
649if (State == TestRunState.InProgress && TestRunCriteria.TestHostLauncher.IsDebug)
vstest.console (3)
InProcessVsTestConsoleWrapper.cs (3)
262&& testHostLauncher.IsDebug, 702DebuggingEnabled = customLauncher?.IsDebug == true, 813DebuggingEnabled = customLauncher?.IsDebug == true,
vstest.console.arm64 (3)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (3)
262&& testHostLauncher.IsDebug, 702DebuggingEnabled = customLauncher?.IsDebug == true, 813DebuggingEnabled = customLauncher?.IsDebug == true,