package dap

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Invalidated_event.PayloadSource

Sourcetype t = {
  1. areas : Invalidated_areas.t option;
    (*

    Optional set of logical areas that got invalidated. This property has a hint characteristic: a client can only be expected to make a 'best effort' in honouring the areas but there are no guarantees. If this property is missing, empty, or if values are not understand the client should assume a single value 'all'.

    *)
  2. thread_id : int option;
    (*

    If specified, the client only needs to refetch data related to this thread.

    *)
  3. stack_frame_id : int option;
    (*

    If specified, the client only needs to refetch data related to this stack frame (and the 'threadId' is ignored).

    *)
}
Sourceval make : ?areas:Invalidated_areas.t option -> ?thread_id:int option -> ?stack_frame_id:int option -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.