package dap

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

Module Scopes_command.ResultSource

Sourcetype t = {
  1. scopes : Scope.t list;
    (*

    The scopes of the stackframe. If the array has length zero, there are no scopes available.

    *)
}
Sourceval make : ?scopes:Scope.t list -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t