概要
The Python Debugger skill streamlines the process of troubleshooting Python scripts by integrating advanced pdb capabilities directly into Claude's workflow. It allows developers to go beyond simple print-statement debugging by providing precise control over program execution, including the ability to step through functions, run until specific lines, and inspect the complete runtime state when exceptions occur. This skill is essential for diagnosing complex logic bugs and understanding internal execution flow in any Python environment.