---
title: debugDescription
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/progressreporter/debugdescription
---

# debugDescription

A textual representation of the progress reporter suitable for debugging.

## Declaration

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

## Discussion

Discussion This property returns the same value as description, providing detailed information about the progress reporter’s state for debugging purposes.
