IDebugStackFrame Interface

Represents a logical stack frame on the thread stack. Call the IDebugStackFrame::QueryInterface method to obtain the IDebugExpressionContext interface, which allows expression evaluation and watch windows.

In addition to the methods inherited from IUnknown, the IDebugStackFrame interface exposes the following methods.

Methods in Vtable Order

Method Description
IDebugStackFrame::GetCodeContext Returns the current code context associated with the stack frame.
IDebugStackFrame::GetDescriptionString Returns a short or long textual description of the stack frame.
IDebugStackFrame::GetLanguageString Returns a short or long textual description of the language.
IDebugStackFrame::GetThread Returns the thread associated with this stack frame.
IDebugStackFrame::GetDebugProperty Returns a property browser for the current frame.