<PackageReference Include="NUnit" Version="4.1.0" />

IDebugger

interface IDebugger
A layer of abstraction around Debugger to facilitate testing.
namespace NUnit.Framework.Internal.Abstractions { internal interface IDebugger { bool IsAttached { get; } } }