Class DataBreakpoint
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.DataBreakpoint
Properties of a data breakpoint passed to the setDataBreakpoints request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataBreakpointbooleanThe access type of the data.An optional expression for conditional breakpoints.An id representing the data.An optional expression that controls how many hits of the breakpoint are ignored.inthashCode()setAccessType(String accessType) setCondition(String condition) setHitCondition(String hitCondition)
-
Method Details
-
getDataId
An id representing the data. This id is returned from the dataBreakpointInfo request. -
setDataId
-
getAccessType
The access type of the data. -
setAccessType
-
getCondition
An optional expression for conditional breakpoints. -
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. -
setHitCondition
-
equals
-
hashCode
public int hashCode() -
create
-