Class FunctionBreakpoint
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.FunctionBreakpoint
Properties of a breakpoint passed to the setFunctionBreakpoints request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionBreakpointbooleanAn optional expression for conditional breakpoints.An optional expression that controls how many hits of the breakpoint are ignored.getName()The name of the function.inthashCode()setCondition(String condition) setHitCondition(String hitCondition)
-
Method Details
-
getName
The name of the function. -
setName
-
getCondition
An optional expression for conditional breakpoints. It is only honored by a debug adapter if the capability 'supportsConditionalBreakpoints' is true. -
setCondition
-
getHitCondition
An optional expression that controls how many hits of the breakpoint are ignored. The backend is expected to interpret the expression as needed. The attribute is only honored by a debug adapter if the capability 'supportsHitConditionalBreakpoints' is true. -
setHitCondition
-
equals
-
hashCode
public int hashCode() -
create
-