Module Debug_protocol.Step_in_target

type t = {
id : int;

Unique identifier for a stepIn target.

label : string;

The name of the stepIn target (shown in the UI).

}

A StepInTarget can be used in the 'stepIn' request and determines into which single target the stepIn request should step.

val make : id:int -> label:string -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or