public interface IThreadStack
Modifier and Type | Method and Description |
---|---|
IStackFrame[] |
getStackFrames()
Get the stack frames (i.e.
|
int |
getThreadId()
Get the ID of the thread to which this stack belongs
|
IStackFrame[] getStackFrames()
IStackFrame
[] an array containing all stack frames. The
first element of the array contains the top of the stack, and the
last element the bottom of the stackint getThreadId()