---
title: debugDescription
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatavalue/debugdescription
---

# debugDescription

A text representation of the data value that’s suitable for output during debugging.

## Declaration

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

## See Also

### Describing a data value

- [description](createml/mldatavalue/description.md)
