---
title: debugLabel
framework: opengles
role: symbol
role_heading: Instance Property
path: opengles/eaglcontext/debuglabel
---

# debugLabel

A label describing the context for use in debugging.

## Declaration

```swift
var debugLabel: String? { get set }
```

## Discussion

Discussion Use this property to provide a meaningful name for a context. This label, which appears in the Xcode OpenGL ES Frame Debugger interface, makes it easy for you to more easily keep track of different contexts when debugging a multicontext app.
