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.