Module Set_breakpoints_command.Result
type t
=
{
breakpoints : Breakpoint.t list;
Information about the breakpoints. The array elements are in the same order as the elements of the 'breakpoints' (or the deprecated 'lines') array in the arguments.
}
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