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

# debugDescription

A text representation of the data frame slice suitable for debugging.

## Declaration

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

## See Also

### Describing a Slice

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