# PySnooper — Never Use Print for Python Debugging Again > A debugging tool that lets you trace Python function execution by adding a single decorator. See every line executed, local variable changes, and return values without setting breakpoints. ## Install Copy the content below into your project: --- Source: https://tokrepo.com/en/workflows/asset-6f5466b0 Author: