PySnooper
Never use print for debugging again
About this project
PySnooper - Never use print for debugging again PySnooper is a poor man's debugger. If you've used Bash, it's like set -x for Python, except it's fancier. Your story: You're trying to figure out why your Python code isn't doing what you think it should be doing. You'd love to use a full-fledged debugger with breakpoints and watches, but you can't be bothered to set one up right now. You want to know which lines are running and which aren't, and what the values of the local variables are. Most people would use print lines, in strategic locations, some of them showing the values of variables. PySnooper lets you do the same, except instead of carefully crafting the right print lines, you…
Technologies
Project health
GitHub
Reviews
Built by
Maintain cool-RR/PySnooper? Claiming verifies admin access through your GitHub account and gives you control of this listing.