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

# debugDescription

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

## Declaration

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

## See Also

### Describing a data value type

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