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 / getVariables

getVariables

abstract fun getVariables(thread: IAesiThread, stackFrame: IAesiStackFrame, scope: IScope): MutableList<IVariable>

Gets the variables for the specified scope. This method is only called while execution is suspended.

Parameters

thread - The thread.

stackFrame - The stack frame.

scope - The scope.

Return A list of variables.