Let's talk about debuggers!

Tim jtim.arnold at gmail.com
Wed Oct 25 12:25:01 EDT 2017


On Wednesday, October 25, 2017 at 9:07:47 AM UTC-4, Thomas Jollans wrote:
> Hi,
> 
> I just wanted to know what tools everyone used for debugging Python
> applications - scripts / backend / desktop apps / notebooks / whatever.
> Apart from the usual dance with log files and strategically inserted
> print() calls, that is.
> 
> Thomas Jollans

One more vote for pudb. Somehow it fits my brain better than most.



More information about the Python-list mailing list