traceback topic
ftrace
trace local function calls like strace and ltrace
backtrace
Makes Python tracebacks human friendly
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
traceback_with_variables
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 ever...
tbvaccine
A small utility to pretty-print Python tracebacks. ⛺
traceprint
traceprint is a Python package that adds stack trace links to the builtin print function, so that editors such as PyCharm can link to the source of the print call.
pyinspect
find functions when you can't remember their name