Hacker News new | ask | show | jobs
Show HN: Behold is a tool for debugging large Python projects (github.com)
4 points by robdmc 3460 days ago
1 comments

Debugging large, stateful Python applications can be a hassle. In Django, projects, for example, your logic can be spread across multiple files containing models, views, managers, etc.

This tool will allow you to control debugging code in one module from within another module. This can be very helpful in helping disentangle complex, stateful code.