Class BreakpointsHandler
java.lang.Object
com.oracle.truffle.tools.dap.server.BreakpointsHandler
-
Constructor Summary
ConstructorsConstructorDescriptionBreakpointsHandler(ExecutionContext context, com.oracle.truffle.api.debug.DebuggerSession debuggerSession) -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckConditions(com.oracle.truffle.api.debug.Breakpoint bp, com.oracle.truffle.api.debug.DebugStackFrame topStackFrame) getLogMessage(com.oracle.truffle.api.debug.Breakpoint bp) voidsetExceptionBreakpoint(boolean caught, boolean uncaught)
-
Constructor Details
-
BreakpointsHandler
public BreakpointsHandler(ExecutionContext context, com.oracle.truffle.api.debug.DebuggerSession debuggerSession)
-
-
Method Details
-
setBreakpoints
-
setFunctionBreakpoints
-
setExceptionBreakpoint
public void setExceptionBreakpoint(boolean caught, boolean uncaught) -
breakpointLocations
-
getLogMessage
-
checkConditions
public boolean checkConditions(com.oracle.truffle.api.debug.Breakpoint bp, com.oracle.truffle.api.debug.DebugStackFrame topStackFrame)
-