# traceView

`import { traceView } from "destack:runtime";`

Describe the pinned trace state for one world view.

```ds title="traceView"
export declare function traceView(view: WorldViewHandle): Result<Trace, HostError>
```

[language/library/src/runtime/inspect.ds:148](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/inspect.ds#L148)
