Module Set_instruction_breakpoints_command.Result
type t
=
{
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
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or