/// <summary> /// Requests the remote process enable the break point. An event will be raised on the process /// when the break point is received. /// </summary> public async Task AddAsync(CancellationToken ct) { await _process.BindBreakpointAsync(this, ct); }