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

# debugDescription

A textual representation of the range, suitable for debugging.

## Declaration

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

## See Also

### Describing a Range

- [description](swift/closedrange/description.md)
- [customMirror](swift/closedrange/custommirror.md)
