IJsDebugProcess::CreateStackWalker Method
Factory method for stack walker.
Syntax
HRESULT CreateStackWalker(
DWORD threadId,
IJsDebugStackWalker **ppStackWalker
);
Parameters
threadId
[in] The thread ID.
ppStackWalker
[out] The new stack walker object.
Return Value
Remarks
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