Re: infinite loop

2002-06-27 Thread Geoff Gardiner
>From memory: down to the python icon in the system tray, right-click (I think) and 'break into running code'. Geoff Gardiner [...] How do you break out of an infinite loop while executing a program in the PythonWin IDE?? ___ ActiveP

infinite loop

2002-06-27 Thread Roman Bogoyev
This is a newbie question, apologies if the solution is obvious: How do you break out of an infinite loop while executing a program in the PythonWin IDE?? The mouse and keyboard offer no response, and I've been resorting to ctl-alt-del and killing the process. Many thanks,