On 2021-01-26, C W <tmrs...@gmail.com> wrote: > How do you troubleshooting/debugging in Python?
Mostly I read exception trace and read the code and think about it. If that doesn't work, I add some print() or syslog() calls. If I really get stuck, I try to write as small a program as possible that demonstrates the problem. > I know hardcore computer scientists would tell me about Python debugger. I've been writing Python for 20+ years. I've never tried a debugger. -- Grant -- https://mail.python.org/mailman/listinfo/python-list