Method AttachToProcessAsync
AttachToProcessAsync(int, StartDebuggingOptions, CancellationToken)
When implemented by a class, attaches debugger to the process.
Task AttachToProcessAsync(int processId, StartDebuggingOptions options, CancellationToken cancellationToken = default)
Parameters
processIdintProcess ID to attach.
optionsStartDebuggingOptionsProcess attach options.
cancellationTokenCancellationTokenCancellation token
Returns
AttachToProcessAsync(int, CancellationToken)
When implemented by a class, attaches debugger to the process.
Task AttachToProcessAsync(int processId, CancellationToken cancellationToken = default)
Parameters
processIdintProcess ID to attach.
cancellationTokenCancellationTokenCancellation token