Package ortus.boxlang.debugger.response
Class StackTraceResponse
java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.StackTraceResponse
- 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
ConstructorsConstructorDescriptionStackTraceResponse
(StackTraceRequest request, List<StackFrame> stackFrames) Constructor -
Method Summary
Methods inherited from class ortus.boxlang.debugger.response.AbstractResponse
accept, getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData, toJSON
-
Field Details
-
body
-
-
Constructor Details
-
StackTraceResponse
public StackTraceResponse() -
StackTraceResponse
Constructor- Parameters:
request
- The request to respond to
-