[Twisted-Python] Debugging client programs

John Goerzen jgoerzen at complete.org
Wed Jul 30 08:29:14 MDT 2003


Hello,

I found the information at
http://www.twistedmatrix.com/documents/howto/debug-with-emacs
regarding debugging server-type programs (that run under twistd) with
pdb and Emacs.  Apparently twistd installs a special sigint handler
when -b is specified.

However, my program is a client program, and thus does not run under
twistd, has no TAP, etc.  What is the framework for enabling debugging
for that?  And could it be documented in the howto?

Thanks,
John





More information about the Twisted-Python mailing list