slackbuilds/python/python-PySnooper
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README python/python-PySnooper: Added (simple debugger for Python). 2019-04-27 04:47:54 +07:00
python-PySnooper.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python-PySnooper.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05: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.