package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. all_threads_continued : bool option;
    (*

    If true, the 'continue' request has ignored the specified thread and continued all threads instead. If this attribute is missing a value of 'true' is assumed for backward compatibility.

    *)
}
val make : ?all_threads_continued:bool option -> unit -> t
val to_yojson : t -> Yojson.Safe.t