Module Step_in_targets_command.Arguments

type t = {
frame_id : int;

The stack frame for which to retrieve the possible stepIn targets.

}

Arguments for 'stepInTargets' request.

val make : frame_id:int -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or