package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. breakpoints : Breakpoint.t list;
    (*

    Information about the breakpoints. The array elements correspond to the elements of the 'breakpoints' array.

    *)
}
val make : ?breakpoints:Breakpoint.t list -> unit -> t
val to_yojson : t -> Yojson.Safe.t