Debugging
Installation
SKILL.md
Python Debugging Skill
Overview
Master Python debugging using pdb, IDE debuggers, and advanced troubleshooting techniques.
Topics Covered
pdb Debugger
- Basic pdb commands
- Breakpoint() function
- Post-mortem debugging
- Remote debugging
- pdb++ enhancements
IDE Debugging
- VS Code debugger
- PyCharm debugging
- Breakpoint conditions
- Watch expressions
Related skills
More from pluginagentmarketplace/custom-plugin-python
pandas data analysis
Master data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib
728machine learning
Python machine learning with scikit-learn, PyTorch, and TensorFlow
221python fundamentals
Master Python syntax, data types, control flow, functions, OOP, and standard library
135pytest testing
Master test-driven development with pytest, fixtures, mocking, and CI/CD integration
122python performance
Master Python optimization techniques, profiling, memory management, and high-performance computing
110fastapi
FastAPI web framework for building modern APIs with async support
103