Module Scopes_command.Arguments

type t = {
frame_id : int;

Retrieve the scopes for this stackframe.

}

Arguments for 'scopes' 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