PySnooper is a simple yet powerful Python debugging utility. Just add a @pysnooper.snoop() decorator, and it logs line-by-line execution with timestamps and local variable tracking—saving you from inserting print() statements manually.
Features
- Decorator-based tracing of function execution
- Logs executed lines with timings and variable changes
- No manual print statements needed
- Minimal code intrusion via one-line decorator
- Works on any Python function, no extra setup
- Well-documented and lightweight
Categories
DebuggersLicense
MIT LicenseFollow PySnooper
Other Useful Business Software
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PySnooper!