Factory method for stack walker.
HRESULT CreateStackWalker( DWORD threadId, IJsDebugStackWalker **ppStackWalker );
- threadId
[in] The thread ID.
- ppStackWalker
[out] The new stack walker object.
Returns E_JsDEBUG_UNKNOWN_THREAD if the thread does not have JavaScript on it. This method may only be called while the target process is stopped.
Requirements
Header: jscript9diag.h