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

# debugDescription

A textual representation of the array and its elements, suitable for debugging.

## Declaration

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

## See Also

### Describing an Array

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