Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |