debug-troubleshoot

Debug and Troubleshoot

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "debug-troubleshoot" with this command: npx skills add d-o-hub/rust-self-learning-memory/d-o-hub-rust-self-learning-memory-debug-troubleshoot

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

context-retrieval

No summary provided by upstream source.

Repository SourceNeeds Review
General

rust-async-testing

No summary provided by upstream source.

Repository SourceNeeds Review
General

build-rust

No summary provided by upstream source.

Repository SourceNeeds Review