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