package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.4.tbz
sha256=93505ff0a7cfb411b45df9420a1f77aee5a06a46a38e483438da72978fa3927a
sha512=5e91fa18e18908ec7226b8a78b5205f700124613797b6562631648349e952b06f011badd494a77ebfcfaa1f7223acc2a7c252cd033b1cbd2073d774c89dc5854

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.