|
|
|
|
|
by Beltiras
1482 days ago
|
|
I use Sentry in development and find it indispensable. I'll also use the breakpoint embed from ipython to get a shell prompt from a hotspot of trouble. But I most often use prints. They are just too easy and 95% of the time expose what I need to know to fix the problem. |
|