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

# PlaygroundPage.ExecutionMode.step

An execution mode that executes code statement by statement.

## Declaration

```swift
case step
```

## See Also

### Stepping Through Code

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