Table of Contents

Method GetVariablesInScopeAsync

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

GetVariablesInScopeAsync(CancellationToken)

When implemented by a class, receives all local variables based on the current stack frame.

public Task<VariablesRetrievalResult> GetVariablesInScopeAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<VariablesRetrievalResult>