Table of Contents

Method GetStackFramesAsync

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

GetStackFramesAsync(CancellationToken)

When implemented by a class, gets list of method calls that are currently on a stack

public Task<StackFramesRetrievalResult> GetStackFramesAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<StackFramesRetrievalResult>