How do you debug in Python? Coming from a Matlab and R user. I'm already aware of pdb.

Grant Edwards grant.b.edwards at gmail.com
Wed Jan 27 22:09:12 EST 2021


On 2021-01-27, C W <tmrsg11 at gmail.com> wrote:

> My main takeaway from the discussion so far is that: you can't troubleshoot
> Python without some kind of breakpoint or debugger.

How odd. I do it all the time.

--
Grant



More information about the Python-list mailing list