public void GetDebugger_Null() => Assert.Null(AgentOptions.GetDebugger());
public void GetDebugger_Env() => TestEnvVariable(() => AgentOptions.GetDebugger(), AgentOptions.DebuggerEnvironmentVariable, "some-path/to/a/debugger");