Any way to turn off exception handling? (debugging)

mk mrkafk at gmail.com
Thu Feb 11 11:47:59 EST 2010


Steve Holden wrote:
>> I'm getting an exception (on socket) handled in a program I'm trying to
>> debug. I have trouble locating where exactly that happens.

> If the exception is currently being trapped by a handler in your code

It's not my code.

> you could just insert a "raise" statement at the start of that handler.
> This will re-raise the same exception, which will presumably not be
> caught a second time?

I don't know where the handler is, that is precisely a problem. I'm 
trying to locate that handler.

Regards,
mk




More information about the Python-list mailing list