Method SwitchToStackFrame
SwitchToStackFrame(StackFrame)
When implemented by a class, switches debugging to the given stack frame.
public void SwitchToStackFrame(StackFrame frame)
Parameters
frameStackFrameStackFrameto be switched to.
When implemented by a class, switches debugging to the given stack frame.
public void SwitchToStackFrame(StackFrame frame)
frame StackFrameStackFrame to be switched to.