traceback_with_variables icon indicating copy to clipboard operation
traceback_with_variables copied to clipboard

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...

Results 12 traceback_with_variables issues
Sort by recently updated
recently updated
newest added

For speedup installation, it will be nice if the wheel will be published on PyPI. It is nice because there is no need to execute any code during installation,

https://pythoninsider.blogspot.com/2021/10/python-3100-is-available.html "3.10" ___must___ be quoted in YAML. https://dev.to/hugovk/the-python-3-1-problem-85g

Hi, my use case for `traceback_with_variables` is mainly during development time. Therefore I just need a small overview what was wrong with the variables that actually caused the exception. My...

Hi - I am receiving CVE reports that my library (SQLAlchemy) is dumping passwords into log files. it of course is not, they are using this package in production to...