Debug Service

Debug local Rust services in this repository by starting the crate's binary with debug logging, tailing service logs, and using those logs to answer runtime questions. Use when Codex needs to investigate service startup, runtime behavior, errors, or logs for a Rust binary in a crate.

macro-inc fcbbbdf 647 B Updated

File contents

Debug Service

You are going to help me interactively debug the rust binary that's in this crate.

Use this command to start the service with debug logging

RUST_LOG==debug,info just run > /tmp/.log 2>&1 & tail -f /tmp/.log

Use the log tail to answer questions as appropriate

macro-inc/macro/tree/main/.agents/skills/debug-service commit fcbbbdfb6d

Frequently asked questions

npx skillmds@latest add macro-inc/debug-service