---
title: debugDescription
framework: swift
role: symbol
role_heading: Instance Property
path: swift/set/debugdescription
---

# debugDescription

A string that represents the contents of the set, suitable for debugging.

## Declaration

```swift
var debugDescription: String { get }
```

## See Also

### Describing a Set

- [hash(into:)](swift/set/hash(into:).md)
- [description](swift/set/description.md)
- [customMirror](swift/set/custommirror.md)
