/// <summary> /// Create a new <see cref="DebuggerClient"/> /// </summary> internal DebuggerClient(AgentOptions options, Controller2Client controlClient = null) { _controlClient = controlClient ?? Controller2Client.Create(); _options = GaxPreconditions.CheckNotNull(options, nameof(options)); }