---
title: debugDescription
framework: xcuiautomation
role: symbol
role_heading: Instance Property
path: xcuiautomation/xcuilocation/debugdescription
---

# debugDescription

A textual description of the location suitable for debugging.

## Declaration

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

## Discussion

Discussion Use this property to access debugging information about this object and the underlying CLLocation this object wraps.

## See Also

### Determining the location

- [location](xcuiautomation/xcuilocation/location.md)
