What problem does it solve?
When AIDB encounters unexpected behavior, identifying the root cause can be time-consuming and frustrating without a structured approach. This Skill provides a comprehensive troubleshooting guide, offering investigation workflows, log locations, common failure modes, and diagnostic commands to quickly pinpoint and resolve issues across all AIDB components. It helps users efficiently debug and minimize downtime.
Core Features & Use Cases
- Structured Investigation Workflow: Follow a step-by-step playbook from reproduction to validation.
- Comprehensive Log Reference: Know exactly where to find logs for the main application, MCP server, CLI, and adapter traces.
- Common Failure Modes: Quickly identify and resolve issues like port conflicts, timeouts, and DAP protocol errors.
- Use Case: When an AIDB session fails to initialize with an "Address already in use" error, use this skill to quickly diagnose the port conflict, identify the offending process, and apply the correct
lsof and kill commands to free up the port.
Quick Start
My AIDB session is timing out. How do I check the adapter logs and enable tracing?