---
title: debugDescription
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/column/debugdescription
---

# debugDescription

A text representation of the column suitable for debugging.

## Declaration

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

## See Also

### Describing a Column

- [description](tabulardata/column/description.md)
- [customMirror](tabulardata/column/custommirror.md)
