debug-troubleshoot

Community

Systematic Rust async debugging and troubleshooting.

Authord-o-hub
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured debugging approach for Rust async code with Tokio, Turso, and redb, covering runtime issues, performance, deadlocks, and panics.

Core Features & Use Cases

  • Logging & tracing: recommended patterns with tracing and console.
  • Deadlock diagnosis: timeouts, locks, and race conditions strategies.
  • Connection diagnostics: Turso and redb health checks with actionable fixes.

Quick Start

Enable tracing, run the program, and follow debugging steps to identify and resolve issues.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: debug-troubleshoot
Download link: https://github.com/d-o-hub/rust-self-learning-memory/archive/main.zip#debug-troubleshoot

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository