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