Module Goto_command.Arguments

type t = {
thread_id : int;

Set the goto target for this thread.

target_id : int;

The location where the debuggee will continue to run.

}

Arguments for 'goto' request.

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