From 898ec15cf0cc0d48c6989feb5eb45716ba8a3df2 Mon Sep 17 00:00:00 2001 From: Rocky Haotian Du Date: Thu, 12 Mar 2026 19:00:42 +0000 Subject: [PATCH] Add dttb to debugging category --- projects.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects.yaml b/projects.yaml index 5994177..eb7f071 100644 --- a/projects.yaml +++ b/projects.yaml @@ -694,6 +694,11 @@ projects: category: debugging pypi_id: manhole conda_id: conda-forge/manhole + - name: dttb + github_id: rocky-d/dttb + category: debugging + pypi_id: dttb + description: Add timestamps to Python exception tracebacks with a single line of code. - name: vprof github_id: nvdv/vprof category: profiling