Python Debugger: Effortlessly Improve Your Debug Skills With This Trick

Debugging Python code, for many of us, comes down to adding print statements and trying to reason what’s going on based on the output. It’s not ideal, but for some reason, people just don’t want to touch the Python debugger.

Source: LXer – Python Debugger: Effortlessly Improve Your Debug Skills With This Trick