Provides a way to enumerate the logical stack frames known by a component. Script engines typically implement this interface. The process debug manager uses this interface to find all stack frames associated with a given thread.
Note |
---|
The debugger calls this interface from within the thread of interest. The script engine must identify the current thread and return an appropriate enumerator. |
In addition to the methods inherited from IUnknown, the IDebugStackFrameSniffer interface exposes the following methods.
Method | Description |
---|---|
Returns an enumerator of stack frames for the current thread. |