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/Thread/index.html

Module Debug_protocol.ThreadSource

Sourcetype t = {
  1. id : int;
    (*

    Unique identifier for the thread.

    *)
  2. name : string;
    (*

    A name of the thread.

    *)
}

A Thread

Sourceval make : id:int -> name:string -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.