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

getChildVariables

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

Gets the child variables for the variable. This method is only called while execution is suspended.

Parameters

thread - The thread.

stackFrame - The stack frame.

scope - The scope.

variable - The variable.

Return A list of variables.