Debugger2::CurrentStackFrame Property
Visual Studio 2015
Gets or sets the current stack frame.
Assembly: EnvDTE80 (in EnvDTE80.dll)
property StackFrame^ CurrentStackFrame { StackFrame^ get(); void set(StackFrame^ value); }
Implements
Debugger::CurrentStackFrameSee Memory Management: Frame Allocation for more information about the stack frame.
Show: