Отладка Rust-сервиса по логам в реальном времени
★ 7.0 · vibe-coding
debug-service is a Claude Code skill that helps interactively debug a Rust service binary by launching it with fine-grained logging via the RUST_LOG environment variable. The startup command runs the binary using `just run`, redirects both stdout and stderr to `/tmp/<name_of_bin>.log`, and streams the output live with `tail -f`. Claude monitors the log tail and uses it to answer questions about the service's runtime behavior as they arise. This is useful for Rust developers troubleshooting local services who want to quickly diagnose errors, panics, or unexpected behavior without manually parsing log files.
- #rust
- #debugging
- #logging
- #development
- #troubleshooting