---
title: debugDescription
framework: swift
role: symbol
role_heading: Instance Property
path: swift/staticstring/debugdescription
---

# debugDescription

A textual representation of the static string, suitable for debugging.

## Declaration

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