skorokithakis / tbvaccine

A small utility to pretty-print Python tracebacks. ⛺
MIT License
377 stars 14 forks source link

[feature request] settings on displaying local variables #21

Open afeblot opened 6 years ago

afeblot commented 6 years ago

All local variables displayed on each stack frame lead to huge unreadable stack pretty fast. You could add a setting to display or not display them. Also, displaying functions and modules does not seem so helpful. You might get rid of them, or add a distinct setting to display them too.

skorokithakis commented 5 years ago

This is a good idea, I'll look into it, thank you.

alexmojaki commented 3 years ago

Is this up to date? The README suggests that this behaviour is optional now, but it's not clear.

skorokithakis commented 3 years ago

Hmm, I'm afraid I haven't used this in a while and don't remember...