Class SetBreakpointsArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SetBreakpointsArguments
Arguments for 'setBreakpoints' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetBreakpointsArgumentsbooleanThe code locations of the breakpoints.getLines()Deprecated: The code locations of the breakpoints.The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified.A value of true indicates that the underlying source has been modified which results in new breakpoint locations.inthashCode()setBreakpoints(List<SourceBreakpoint> breakpoints) setSourceModified(Boolean sourceModified)
-
Method Details
-
getSource
The source location of the breakpoints; either 'source.path' or 'source.reference' must be specified. -
setSource
-
getBreakpoints
The code locations of the breakpoints. -
setBreakpoints
-
getLines
Deprecated: The code locations of the breakpoints. -
setLines
-
getSourceModified
A value of true indicates that the underlying source has been modified which results in new breakpoint locations. -
setSourceModified
-
equals
-
hashCode
public int hashCode() -
create
-