# runTo

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

Run debugger execution to one moment.

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

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