[Twisted-Python] Twisted debugging support

Itamar Shtull-Trauring itamar at itamarst.org
Thu Jul 29 07:42:16 MDT 2004


On Wed, 2004-07-28 at 19:21, Jp Calderone wrote:

> callLater() and switching to a SIGINT handler is that it makes quiting 
> the application somewhat difficult.  If this can be resolved, I'm in 
> favor of the change.

Switch to regular twisted SIGINT handler right before pdb.set_trace()
and back to pdb handler after pdb is done? Hm, no. How about Ctrl-C and
then "from twisted.internet import reactor; reactor.stop()" and then
telling pdb to continue? ;)





More information about the Twisted-Python mailing list