---
title: debugSignposts
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlcommandbufferencoderinfo/debugsignposts
---

# debugSignposts

An array of debug signposts that Metal records as the GPU executes the commands of the encoder’s pass.

## Declaration

```swift
var debugSignposts: [String] { get }
```

## See Also

### Inspecting execution information

- [label](metal/mtlcommandbufferencoderinfo/label.md)
- [errorState](metal/mtlcommandbufferencoderinfo/errorstate.md)
- [MTLCommandEncoderErrorState](metal/mtlcommandencodererrorstate.md)
