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/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.