# readPoint

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

Return the debug point for one frame.

```ds title="readPoint"
export declare function readPoint(view: WorldViewHandle, worker: WorkerId, frame: FrameId): Result<Point, HostError>
```

[language/library/src/debug/debug.ds:288:292](https://github.com/destack-sh/destack/blob/main/language/library/src/debug/debug.ds#L288-L292)
