Table of Contents

Method AttachToProcessAsync

Namespace
Alternet.Scripter.Debugger
Assembly
Alternet.Scripter.Debugger.v9.dll

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 int

Process ID to attach.

options StartDebuggingOptions

Process attach options.

cancellationToken CancellationToken

Cancellation token

Returns

Task

AttachToProcessAsync(int, CancellationToken)

When implemented by a class, attaches debugger to the process.

Task AttachToProcessAsync(int processId, CancellationToken cancellationToken = default)

Parameters

processId int

Process ID to attach.

cancellationToken CancellationToken

Cancellation token

Returns

Task