Hacker News new | ask | show | jobs
by zhng 4401 days ago
Django includes local variables and contextual lines in stack traces. https://i.imgur.com/Iyk81mp.png
1 comments

Yep - the debug toolbars for Pyramid, Flask, etc. do as well, using the same facility as here. The cool thing about this feature is being able to see the local variables from real exceptions in production instead of just in your local dev environment.