> ## Documentation Index
> Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# debug_active

> Return True when a viewer is interested in this node/channel

```python theme={null}
from grid_nexus_program import debug_active
```

```python Signature theme={null}
debug_active(channel: str = 'default') -> bool
```

Return True when a viewer is interested in this node/channel.


## Related topics

- [Your first session](/get-started/first-session.md)
- [CLI reference](/cli/reference.md)
- [Get started](/get-started/installation.md)
- [Common FAQs](/faq/common-faqs.md)
- [CortexHubClient](/python-api/grid-cortex-client/cortexhubclient.md)
