Symbolic debugger for Python

Thomas Gagne tgagne at ix.netcom.com
Sun Oct 15 19:54:40 EDT 2000


Does a symbolic debugger exist for Python with a capability similar to gdb to
attach to another process?  We have a lot of Python code running in the
background as servers and it's difficult to debug them using "print"
statements--or at least, it is more difficult.

On a related note, I want to mention that Python has been working great as
language to write server processes in.  We do a lot of XML/DB work in Python
using middleware and the performance has been great.

--
.tom






More information about the Python-list mailing list