View source
typedef EvaluateRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Evaluate request; value of command field is 'evaluate'. Evaluates the given expression in the context of the top most stack frame. The expression has access to any variables and arguments that are in scope.