Class SetVariableResponse

java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.SetVariableResponse
All Implemented Interfaces:
IAdapterProtocolMessage, ISendable, IDebugResponse

public class SetVariableResponse extends AbstractResponse
Models a SetBreakpoint response in the DAP
  • Field Details

  • Constructor Details

    • SetVariableResponse

      public SetVariableResponse()
    • SetVariableResponse

      public SetVariableResponse(SetVariableRequest request, Variable variable)
      Constructor
      Parameters:
      request - The request to respond to
    • SetVariableResponse

      public SetVariableResponse(SetVariableRequest request, String message)
      Send an error response.
      Parameters:
      request - The request to respond to