Method SwitchStackFrame
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
SwitchStackFrame(StackFrame, ExecutionPosition)
Updates line styles when the debugger switches to the stack frame.
public virtual void SwitchStackFrame(StackFrame stackFrame, ExecutionPosition executionPos)
Parameters
stackFrame
StackFrameStackFrame
to be switched to.executionPos
ExecutionPositionCurrent execution line number and a file name.