Re: Debugging a Python Program that Hangs

2008-12-03 Thread Ross Ridge
Kevin D. Smith <[EMAIL PROTECTED]> wrote: >I have a fairly large python program that, when a certain combination >of options is used, hangs. I have no idea where it is hanging, so >simply putting in print statements to locate the spot would be quite >difficult. Unfortunately, ctrl-C'ing the p

Re: Debugging a Python Program that Hangs

2008-12-03 Thread Kay Schluehr
On 2 Dez., 17:19, Kevin D. Smith <[EMAIL PROTECTED]> wrote: > I have a fairly large python program that, when a certain combination > of options is used, hangs.  I have no idea where it is hanging, so > simply putting in print statements to locate the spot would be quite > difficult.  Unfortunately

Re: Debugging a Python Program that Hangs

2008-12-03 Thread Stef Mientki
check winpdb / rpdb2, cheers, Stef On 12/3/08, alex23 <[EMAIL PROTECTED]> wrote: > On Dec 3, 2:19 am, Kevin D. Smith <[EMAIL PROTECTED]> wrote: >> I have a fairly large python program that, when a certain combination >> of options is used, hangs. I have no idea where it is hanging, so >> simply p

Re: Debugging a Python Program that Hangs

2008-12-02 Thread alex23
On Dec 3, 2:19 am, Kevin D. Smith <[EMAIL PROTECTED]> wrote: > I have a fairly large python program that, when a certain combination > of options is used, hangs.  I have no idea where it is hanging, so > simply putting in print statements to locate the spot would be quite > difficult.  Unfortunatel

Debugging a Python Program that Hangs

2008-12-02 Thread Kevin D . Smith
I have a fairly large python program that, when a certain combination of options is used, hangs. I have no idea where it is hanging, so simply putting in print statements to locate the spot would be quite difficult. Unfortunately, ctrl-C'ing the program doesn't print a traceback either. Look