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
processId
intProcess ID to attach.
options
StartDebuggingOptionsProcess attach options.
cancellationToken
CancellationTokenCancellation token
Returns
AttachToProcessAsync(int, CancellationToken)
When implemented by a class, attaches debugger to the process.
Task AttachToProcessAsync(int processId, CancellationToken cancellationToken = default)
Parameters
processId
intProcess ID to attach.
cancellationToken
CancellationTokenCancellation token