From acd3e150e2dfb7732bca61476e8ea4701d036fcc Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sat, 27 Apr 2019 04:47:54 +0700 Subject: python/python-PySnooper: Added (simple debugger for Python). Signed-off-by: Willy Sudiarto Raharjo --- python/python-PySnooper/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python-PySnooper/README (limited to 'python/python-PySnooper/README') diff --git a/python/python-PySnooper/README b/python/python-PySnooper/README new file mode 100644 index 0000000000..87440bc63a --- /dev/null +++ b/python/python-PySnooper/README @@ -0,0 +1,7 @@ +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. -- cgit v1.2.3