traceback
There are 52 repositories under traceback topic.
Textualize/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
andy-landy/traceback_with_variables
Adds variables to python traceback. Simple, lightweight, controllable. Customize formats and colors. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter too.
skorokithakis/tbvaccine
A small utility to pretty-print Python tracebacks. ⛺
rgbkrk/genai
What if GPT could help you notebook?
cansarigol/pdbr
pdb + Rich library
morefigs/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.
FedeClaudi/pyinspect
find functions when you can't remember their name
mdmintz/pdbp
pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
nir0s/backtrace
Makes Python tracebacks human friendly
sciencemanx/ftrace
trace local function calls like strace and ltrace
pomponchik/polog
Логгер нового поколения
Dragon2fly/logger_tt
Logging makes simple. Log even the exception that you forgot to catch. Log messages from your print(msg). Support multiprocessing logging too.
gaogaotiantian/wthell
wthell is a debugging tool for python to interactively check frame stack when your code quit unexpectedly
IntegralPilot/breadcrumbs-rs
A beautiful, tiny traceback and logging library supporting #![no_std] rust.
sanic-org/tracerite
Tracebacks for Humans (in Jupyter notebooks)
zslomo/MerkleTrace
Trace back system base on BlockChain and MerkleTree; Ethereum +FLask + HTML5
EthanC/Loguru-Discord
Lightweight sink for Loguru that sends logs to Discord via webhook.
Gagniuc/Visual-Sequence-Alignment-in-VB6
This highly visual and responsive VB6 application is an implementation of the global sequence alignment algorithm. It allows the modification of the alignment parameters (match, mismatch, gap), and it shows the pairwise alignment as well as the score matrix in real time.
hanxi/ltraceback
Another traceback function for lua
laurb9/rich-traceback
Informative Tracebacks for Python logging module
jdonners/funwind
funwind - Produce a backtrace from your Fortran code with one simple call
joeyespo/glance.py
Highlight stack traces so you can glance at your terminal instead of studying it.
tdh8316/lancome
:girl: Lancôme, The choice to fill your exception outputs with beauty.
Dennis-van-Gils/python-dvg-debug-functions
Python module to neatly print debug information to the terminal output, well-suited for multithreaded programs.
haddad-github/ProteinAlignment-GapPenaltyTraceback-BLOSUM62Matrix
Protein alignment using gap penalty traceback with the Blosum62 Matrix
nsarang/pymortem
Post-mortem debugging tool for Python that provides direct access to variables and frames after exceptions occur. Rich tracebacks, frame inspection, and context execution without separate interactive shells.
yixizhang/tracegrep
Grep utils to parse Python traceback from plain text
ababino/reverse_tb
reverse_tb is a jupyter notebook magic that reverses the order of the traceback, making it easier to see the most relevant information at the top of the cell output.
benshanahan1/display
Lightweight C shared library for tracing to console.
catch-bug/catchbug-server
opensource server written in PHP7 alternative to rollbar
celsiusnarhwal/rich-tracebacks
Automatic installation of Rich's tracebacks
cev-api/python-traceback-obfuscator
This project combines two ideas: Nuitka’s encrypted tracebacks and PyArmor’s RFT mode into a single workflow: you can obfuscate symbol names and optionally emit encrypted exception tracebacks at runtime, then later decrypt and de‑obfuscate those tracebacks offline when you have the key and tracelog.
gousaiyang/tbtrim
A utility to trim Python traceback information.
GraiaCommunity/Unwind
A simple solution to analyze and extract information from traceback
Xander1233/token-generator
Token generator that includes the hops between client and server - Thus preventing MITM attacks
Avishekdevnath/xerror
AI-powered error analysis and explanation tool for multiple programming languages. Explain error logs from Python, JavaScript, TypeScript, C++, and Java using Google's Gemini AI directly from your terminal. Get instant, intelligent explanations and fix suggestions for any programming error.