pub async fn run() -> Result<()>Expand description
Run in daemon mode
This is the entry point when the binary is invoked with the hidden daemon command.
The daemon:
- Creates an IPC socket/pipe for CLI connections
- Accepts CLI commands and translates them to DAP requests
- Buffers events when no client is connected
- Manages the debug session lifecycle