# `TDToken debugDescription`

*Instance Method*

## Declaration

```swift
func debugDescription() -> String!
```

```objc
- (NSString *) debugDescription;
```

```python
debugDescription() -> str
```

## Return Value

A textual representation including more descriptive information than -description.

## Discussion

Returns more descriptive textual representation than -description which may be useful for debugging puposes only.

