Module Scopes_command.Result
type t
=
{
scopes : Scope.t list;
The scopes of the stackframe. If the array has length zero, there are no scopes available.
}
Scopes_command.Result
type t
=
{
scopes : Scope.t list; | The scopes of the stackframe. If the array has length zero, there are no scopes available. |
}