A lightweight Python debugging tool that automatically prints variables and context when errors happen.
CrashScope helps you debug Python programs by showing:
- Local variables at the point of a crash
- Function arguments when using decorators
- Full traceback with readable context
- Cleaner error reports without extra setup
No external tools, no complex configuration.
pip install crashscope