kriwil.com

Aldiantoro Nugroho on Random Stuff
2004 - 2024
Oct 13, 2018

Debugging Python Like a Boss

Thankfully, there is a better way. Since the first segfault in C, a class of tools called debuggers have emerged with every language. Python is no exception, with a default one baked right in. There are also some cool ones developed by the community.

If you feel “print debugging” isn’t enough anymore, you might want to see other options available.