Simple alternative ways to debug Python/Django without a debugger

Taiwo Kareem
3 min readJul 12, 2022

It is a very common habit for developers to print out values in the console when attempting to debug during programming. I normally use the vscode debugger for python and it has a lot of useful features. I also use Django Debug toolbar but sometimes I’m in the console or can’t be bothered running different commands or setting up a debugger, so what do I do?

--

--