Class StackFramesHandler
java.lang.Object
com.oracle.truffle.tools.dap.server.StackFramesHandler
-
Constructor Summary
ConstructorsConstructorDescriptionStackFramesHandler(ExecutionContext context, com.oracle.truffle.api.debug.DebuggerSession debuggerSession) -
Method Summary
Modifier and TypeMethodDescriptionstatic VariableevaluateOnStackFrame(ThreadsHandler.SuspendedThreadInfo info, int frameId, String expression) getScopes(ThreadsHandler.SuspendedThreadInfo info, int frameId)
-
Constructor Details
-
StackFramesHandler
public StackFramesHandler(ExecutionContext context, com.oracle.truffle.api.debug.DebuggerSession debuggerSession)
-
-
Method Details
-
getStackTrace
-
getScopes
-
evaluateOnStackFrame
public static Variable evaluateOnStackFrame(ThreadsHandler.SuspendedThreadInfo info, int frameId, String expression) throws com.oracle.truffle.api.debug.DebugException - Throws:
com.oracle.truffle.api.debug.DebugException
-