traceback_with_variables
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...
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...
Now only the first line in showed.
Rogue! To use with caution indeed.
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...