aesi-eclipse / com.virtlink.aesi.debugging / IDebugSession / getStackFrames
getStackFrames
abstract fun getStackFrames(thread: IAesiThread):
MutableList
<IAesiStackFrame>
Gets the stack frames for the specified thread. Even when an implementation doesn’t support stack frames, they must at least return one (dummy) stack frame. This method is only called while execution is suspended.
Parameters
thread
- The thread.
Return A list of stack frames.