aesi-eclipse / com.virtlink.aesi.debugging / IEvaluator / evaluate
evaluate
abstract fun evaluate(expression:
String
, @Nullable stackFrame: @Nullable IAesiStackFrame?):
IValue
Evaluates the specified expression.
Parameters
expression
- The expression to evaluate.
stackFrame
- The stack frame that provides the scope for the expression; or null
to evaluate the expression in the global scope.
Return The result of evaluating the expression.