Module Set_data_breakpoints_command.Result

type t = {
breakpoints : Breakpoint.t list;

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

}
val make : ?⁠breakpoints:Breakpoint.t list -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or