Class SetBreakpointsResponse
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ProtocolMessage
com.oracle.truffle.tools.dap.types.Response
com.oracle.truffle.tools.dap.types.SetBreakpointsResponse
Response to 'setBreakpoints' request. Returned is information about each breakpoint created by
this request. This includes the actual code location and whether the breakpoint could be
verified. The breakpoints returned are in the same order as the elements of the 'breakpoints' (or
the deprecated 'lines') array in the arguments.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SetBreakpointsResponsecreate(SetBreakpointsResponse.ResponseBody body, Integer requestSeq, Boolean success, String command, Integer seq) booleangetBody()Contains request result if success is true and optional error details if success is false.inthashCode()Methods inherited from class com.oracle.truffle.tools.dap.types.Response
create, getCommand, getMessage, getRequestSeq, isSuccess, setBody, setCommand, setMessage, setRequestSeq, setSuccess
-
Method Details
-
getBody
Description copied from class:ResponseContains request result if success is true and optional error details if success is false. -
setBody
-
equals
-
hashCode
public int hashCode() -
create
public static SetBreakpointsResponse create(SetBreakpointsResponse.ResponseBody body, Integer requestSeq, Boolean success, String command, Integer seq)
-