---
title: PlaygroundPage.ExecutionMode.stepSlowly
framework: playgroundsupport
role: symbol
role_heading: Enumeration Case
path: playgroundsupport/playgroundpage/executionmode/stepslowly
---

# PlaygroundPage.ExecutionMode.stepSlowly

An execution mode that executes code statement by statement with extra pauses between each.

## Declaration

```swift
case stepSlowly
```

## See Also

### Stepping Through Code

- [PlaygroundPage.ExecutionMode.step](playgroundsupport/playgroundpage/executionmode/step.md)
