package dap

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

    The contents of this array replaces all existing data breakpoints. An empty array clears all data breakpoints.

    *)
}

Arguments for 'setDataBreakpoints' request.

val make : breakpoints:Data_breakpoint.t -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
OCaml

Innovation. Community. Security.