Continued_event.Payload
type t
=
{
thread_id : int;
The thread which was continued.
all_threads_continued : bool option;
If 'allThreadsContinued' is true, a debug adapter can announce that all threads have continued.
}
val make : thread_id:int -> ?all_threads_continued:bool option -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or