Module Data_breakpoint_info_command.Arguments

type t = {
variables_reference : int option;

Reference to the Variable container if the data breakpoint is requested for a child of the container.

name : string;

The name of the Variable's child to obtain data breakpoint information for. If variablesReference isn’t provided, this can be an expression.

}

Arguments for 'dataBreakpointInfo' request.

val make : ?⁠variables_reference:int option -> name:string -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or