IJsDebugStackWalker Interface

Represents a stack walker for a specified thread.

Syntax

IJsDebugStackWalker : public IUnknown;  

Members

Public Methods

Name Description
IJsDebugStackWalker::GetNext Method Gets the next frame.

Remarks

Stack walkers can only be created while the target is stopped, and are invalid once the target process has been continued again.

Requirements

Header: jscript9diag.h

See also

Windows Script Interfaces Reference