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 |
---|---|
Returns the current code context associated with the stack frame. | |
Returns a short or long textual description of the stack frame. | |
Returns a short or long textual description of the language. | |
Returns the thread associated with this stack frame. | |
Returns a property browser for the current frame. |