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.