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
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
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
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
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