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

# debugDescription

A text representation of the row suitable for debugging.

## Declaration

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

## See Also

### Describing a Row

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