Hacker News new | ask | show | jobs
by dr_kiszonka 928 days ago
It is not unusual for me to have a for-loop running for a few hours as it is processing thousands of small objects or just a few dozen of large ones. A debugger wouldn't necessarily help me in this case and this decorator would be a little easier to set up than a logger.
1 comments

ah, yeah, i can see it being useful here.