menu
listScopes
import { listScopes } from "destack:debug";
List source scopes visible from one frame.
1export declare function listScopes(view: WorldViewHandle, frame: FrameId, limit: uint32, after?: ScopeId | undefined): Result<ScopePage, HostError>