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.eclipse.debugging.model / AesiStackFrame

AesiStackFrame

open class AesiStackFrame : AbstractStackFrame

A stack frame.

Constructors

<init> AesiStackFrame(thread: IThread, stackFrame: IAesiStackFrame)
Initializes a new instance of the AbstractStackFrame class.

Functions

getCharEnd open fun getCharEnd(): Int
getCharStart open fun getCharStart(): Int
getLineNumber open fun getLineNumber(): Int
getName open fun getName(): String
getVariables open fun getVariables(): Array<IVariable>