Symbolic debugger for Python
Thomas Gagne
tgagne at ix.netcom.com
Sun Oct 15 19:54:40 EDT 2000
More information about the Python-list mailing list
Sun Oct 15 19:54:40 EDT 2000
- Previous message (by thread): PySymbolic design proposal (was Re: ANNOUNCE: PySymbolic ...)
- Next message (by thread): Fire events using win32com
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): PySymbolic design proposal (was Re: ANNOUNCE: PySymbolic ...)
- Next message (by thread): Fire events using win32com
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list