Settings

Theme

Show HN: Behold is a tool for debugging large Python projects

github.com

4 points by robdmc 9 years ago · 1 comment

Reader

robdmcOP 9 years ago

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection