slackbuilds/python/python-PySnooper
Robby Workman bf778566a3 python/python-PySnooper: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2020-01-03 02:06:14 -06:00
..
README python/python-PySnooper: Added (simple debugger for Python). 2019-04-27 04:47:54 +07:00
python-PySnooper.SlackBuild python/python-PySnooper: Fixed PRGNAM in build script 2020-01-03 02:06:14 -06:00
python-PySnooper.info python/python-PySnooper: Updated for version 0.2.8. 2019-11-09 12:51:16 +07:00
slack-desc python/python-PySnooper: Added (simple debugger for Python). 2019-04-27 04:47:54 +07:00

README

PySnooper is a poor man's debugger for Python.

PySnooper lets you inspect variables and see which lines are running without
the need for a debugger, breakpoints or print statements. To use PySnooper, add
one decorator line to the function you're interested in. You'll get a
play-by-play log of your function, including which lines ran and when, and
exactly when local variables were changed.