Table of Contents

Method SwitchToStackFrame

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

SwitchToStackFrame(StackFrame)

When implemented by a class, switches debugging to the given stack frame.

public void SwitchToStackFrame(StackFrame frame)

Parameters

frame StackFrame

StackFrame to be switched to.