pdb – Profiles, Jobs, and Resources for Python Developers

pdb is the Python Debugger, a built-in module that allows you to set breakpoints, step through code, inspect variables, and troubleshoot Python programs interactively.