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 -> tval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or