---
title: status()
framework: uikit
role: symbol
role_heading: Type Method
path: uikit/uifocusdebugger/status()
---

# status()

Returns the state of the focus system, including information about the currently focused item.

## Declaration

```swift
class func status() -> any UIFocusDebuggerOutput
```

## Return Value

Return Value An object the focus debugger uses to output information to the debugger console.

## Discussion

Discussion Call this method from the lldb debugger using the following command: The method returns information about the focus system and the currently focused item.

## See Also

### Getting focus information

- [checkFocusability(for:)](uikit/uifocusdebugger/checkfocusability(for:).md)
- [focusGroups(for:)](uikit/uifocusdebugger/focusgroups(for:).md)
- [preferredFocusEnvironments(for:)](uikit/uifocusdebugger/preferredfocusenvironments(for:).md)
- [simulateFocusUpdateRequest(from:)](uikit/uifocusdebugger/simulatefocusupdaterequest(from:).md)
- [UIFocusDebuggerOutput](uikit/uifocusdebuggeroutput.md)
