View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

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.