dbg
services/dbg
Overview
dbgd is the AvyOS remote debugging daemon.
What it provides:
- TCP debug API endpoint (default
:5037). - Remote process/command debugging workflows.
- Interactive remote shell sessions over PTY streams.
- Internal helper modes for chunked file read/write operations.
Operational note:
- Usually managed as a background service.
Reference
| Field | Value |
|---|---|
| Type | Service |
| Path | services/dbg |
| Doc Source | services/dbg/docs.go |