# ScopePage

`import { ScopePage } from "destack:debug";`

Debug scope list page.

```ds title="ScopePage"
export struct ScopePage {
    scopes: Scope[];
    next: ScopeId;
}
```

[language/library/src/debug/debug.ds:160:165](https://github.com/destack-sh/destack/blob/main/language/library/src/debug/debug.ds#L160-L165)

## Members

### `scopes: Scope[]`

Scope records in this page.

### `next: ScopeId`

Next scope cursor when more records exist.
