Module Set_instruction_breakpoints_command.Arguments
type t={breakpoints : Instruction_breakpoint.t list;The instruction references of the breakpoints
}Arguments for 'setInstructionBreakpoints' request
val make : ?breakpoints:Instruction_breakpoint.t list -> unit -> tval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or