Hacker News new | ask | show | jobs
by coolsunglasses 4590 days ago
There are better ways to do this style of debugging:

https://github.com/clojure/tools.trace

https://github.com/coventry/Troncle (I can use this from nRepl'ing into production servers)

1 comments

Does anything like that exist for python?
Decorators would be your best bet, but it won't be quite as nice.