Import pprint for every breakpoint()
Every time I use breakpoint() in python I inevitably end up importing pprint (from pprint import pprint). Is there a way to automatically add pprint to the namespace whenever breakpoint() is reached? Python 3.8.5 Similar questions that don’t quite solve this problem or predate the implementation of breakpoint() Automatically import modules when entering the python… Read More Import pprint for every breakpoint()