Package ortus.boxlang.debugger.response
Class SetBreakpointsResponse
java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.SetBreakpointsResponse
- All Implemented Interfaces:
IAdapterProtocolMessage
,ISendable
,IDebugResponse
Models a SetBreakpoint response in the DAP
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class ortus.boxlang.debugger.response.AbstractResponse
command, request_seq, success, type
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor -
Method Summary
Methods inherited from class ortus.boxlang.debugger.response.AbstractResponse
accept, getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData, toJSON
-
Field Details
-
body
-
-
Constructor Details
-
SetBreakpointsResponse
public SetBreakpointsResponse() -
SetBreakpointsResponse
Constructor- Parameters:
request
- The request to respond to
-