package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.6.tbz
sha256=e0b249a3e7382125402ad15d71f4924eef60cfcec326383a5168d424087200ff
sha512=97805a383ad03ba24f1dabe20798c139678f958dfa2aed1664098f444aaeefd56d6dd7ff3650800eaefe5b17e09098427b78500316699e7267eb1fef233d6a99

doc/dap.types/Debug_protocol/Request/index.html

Module Debug_protocol.RequestSource

Sourcemodule Type : sig ... end
Sourcetype t = {
  1. seq : int;
    (*

    Sequence number (also known as message ID). For protocol messages of type 'request' this ID can be used to cancel the request.

    *)
  2. type_ : Type.t;
  3. command : string;
    (*

    The command to execute.

    *)
  4. arguments : Yojson.Safe.t;
    (*

    Object containing arguments for the command.

    *)
}
Sourceval make : seq:int -> type_:Type.t -> command:string -> ?arguments:Yojson.Safe.t -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.