---
title: isDebugged
framework: lightweightcoderequirements
role: symbol
role_heading: Type Property
path: lightweightcoderequirements/processcodesigningflags/valueset/isdebugged
---

# isDebugged

Flag indicating that the process has been attached by a debugger.

## Declaration

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

## Discussion

Discussion This is equivalent to CS_DEBUGGED in C APIs.
