# Debug Service

> You are going to help me interactively debug the rust binary

- Skill: `macro-inc/debug-service-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add macro-inc/debug-service-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/macro-inc/debug-service-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: macro-inc (https://skillmd.com/u/macro-inc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/macro-inc/debug-service-2

---

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=<name_of_bin>=debug,info
  just run > /tmp/<name_of_bin>.log 2>&1 & tail -f /tmp/<name_of_bin>.log

Use the log tail to answer questions as appropriate


