# readStop

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

Return the current debugger stop state.

```ds title="readStop"
export declare function readStop(world: WorldHandle): Result<Stop, HostError>
```

[language/library/src/debug/debug.ds:277](https://github.com/destack-sh/destack/blob/main/language/library/src/debug/debug.ds#L277)
