package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.2.tbz
sha256=5e14788efb74983486d34a0376669543837e4df32e9a267a5472a9c94b7b743f
sha512=1e075d34cbd290fda63bed2deade9972decc05553c68682b9e82891819129e1070e39f8f12f37deaa7a586fc259cc603d586effe227db123eacb94eced770a97

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.