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