package dap

  1. Overview
  2. Docs
Debug adapter protocol

Install

Dune Dependency

Authors

Maintainers

Sources

dap-1.0.3.tbz
sha256=a7a925d4633f65f89d401b7f267aaa3b5e0a14b16f34d533151bb8ca854e2938
sha512=a4174aa17e91832e444127881d42026ab41026bcf0f6ba521de609143cac3f5271e7031553d99d8f32a5a4da5ece6c1d4cf7a95835fdc089c1b098ef86de1fc7

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

Module Debug_protocol.EventSource

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. event : string;
    (*

    Type of event.

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

    Event-specific information.

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

Innovation. Community. Security.