traceback topic

List traceback repositories

ftrace

69
Stars
8
Forks
Watchers

trace local function calls like strace and ltrace

backtrace

86
Stars
9
Forks
Watchers

Makes Python tracebacks human friendly

rich

47.4k
Stars
1.7k
Forks
Watchers

Rich is a Python library for rich text and beautiful formatting in the terminal.

pdbr

320
Stars
10
Forks
Watchers

pdb + Rich library

traceback_with_variables

674
Stars
27
Forks
Watchers

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

376
Stars
14
Forks
Watchers

A small utility to pretty-print Python tracebacks. ⛺

traceprint

103
Stars
4
Forks
Watchers

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

98
Stars
3
Forks
Watchers

find functions when you can't remember their name

polog

57
Stars
3
Forks
Watchers

Логгер нового поколения

logger_tt

38
Stars
6
Forks
Watchers

Logging makes simple. Log even the exception that you forgot to catch. Log messages from your print(msg). Support multiprocessing logging too.