IDebugStackFrameSnifferEx Interface
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
This interface is called from within the thread of interest. The interface implementation must identify the current thread and return an appropriate enumerator.
In addition to the methods inherited from IDebugStackFrameSniffer
, the IDebugStackFrameSnifferEx
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IDebugStackFrameSnifferEx::EnumStackFramesEx | Returns an enumerator of stack frames for the current thread. |