---
title: isDebuggable
framework: lightweightcoderequirements
role: symbol
role_heading: Type Property
path: lightweightcoderequirements/processcodesigningflags/valueset/isdebuggable
---

# isDebuggable

Flag indicating that the process is debuggable by authorized debuggers.

## Declaration

```swift
static let isDebuggable: ProcessCodeSigningFlags.ValueSet
```

## Discussion

Discussion This is equivalent to CS_GET_TASK_ALLOW in C APIs.
