debug-troubleshoot
9
总安装量
9
周安装量
#31508
全站排名
安装命令
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill debug-troubleshoot
Agent 安装分布
opencode
9
claude-code
9
github-copilot
9
codex
9
kimi-cli
9
gemini-cli
9
Skill 文档
Debug and Troubleshoot
Systematic debugging approach for Rust async code with Tokio, Turso, and redb.
Quick Reference
- Logging – Tracing and log configuration
- Tokio Console – Async task debugging
- Common Issues – Common problems and fixes
- Techniques – Debugging techniques
When to Use
- Diagnosing runtime issues
- Performance problems
- Async deadlocks
- Database connection issues
- Panics and crashes
Debugging Tools
- Logging – tracing with RUST_LOG levels
- Tokio Console – Async task inspection
- Backtraces – Panic analysis
- Metrics – Performance profiling
See logging.md for tracing setup and issues.md for common problems.