NUnit.Framework.Internal.Abstractions.DebuggerProxy sealed class DebuggerProxy : IDebugger A production IDebugger implementation that delegates directly to .NET's Debugger. Documentation Code namespace NUnit.Framework.Internal.Abstractions { internal sealed class DebuggerProxy : IDebugger { public bool IsAttached { get; } public DebuggerProxy(); } }