From dc02597330bc9574a9d825e09e8675edf35a29b7 Mon Sep 17 00:00:00 2001 From: rocky-d Date: Thu, 12 Mar 2026 18:51:49 +0000 Subject: [PATCH] Add dttb to Debugging Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d87610120..99f7274ec8 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ _Libraries for debugging code._ - Others - [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - Display various debug information for Django. - [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. + - [dttb](https://github.com/rocky-d/dttb) - Add timestamps to Python exception tracebacks with a single line of code. Useful for debugging long-running processes, async servers, and multi-threaded apps. - [icecream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call. - [memory-graph](https://github.com/bterwijn/memory_graph) - Visualize Python data at runtime to debug references, mutability, and aliasing. - [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.