Adds variables to python traceback. Simple, lightweight, controllable. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing ...
Gdb has a feature that can customize the printing of a class/struct/object. This is particularly helpful when printing template classes and containers. For now, I'll just use gdb to show how it prints ...