What problem does it solve?
This skill automates the collection of diagnostic evidence from Windows applications, eliminating the need for manual, repetitive interaction with the WinDbg command-line interface during crash or hang analysis.
Core Features & Use Cases
- Automated Crash Analysis: Automatically captures stack traces, exception records, and register states when an application crashes on startup or during execution.
- Hang Diagnosis: Collects thread stacks and lock information for unresponsive processes to identify deadlocks or infinite loops.
- Use Case: When a development build crashes on launch, use this skill to automatically run the executable under cdb, generate a full stack trace, and save the output to a log file for immediate review.
Quick Start
Use the cdb-debugging skill to analyze the crash of the application located in the build directory and save the diagnostic log to the tmp folder.