Getting a Foothold on the IDLE Debugger

W. Watson wolf_tracks at invalid.com
Tue Feb 12 01:23:17 EST 2008


How about that! Thanks. An odd way to do it, but IDLE is suitably odd with 
respect to its namesake.

BTW, what's with the close and exit options on the File menu? They both dump 
me out of IDLE. Odd. Any idea of whether I can "glue" the File-?Open to a 
particular folder?

Any other similar programs with a better user interface for beginners?

mensanator at aol.com wrote:
> On Feb 11, 11:15�pm, "W. Watson" <wolf_tra... at invalid.com> wrote:
>> I thought I try to step through some simple Python code I wrote with IDLE
>> using Debug. I'm at the early stages of learning Python. I used the shell to
>> Run, then clicked on Debug->Debugger. That brought up a window with Stack
>> and Locals checked. The buttons Go, Step, etc. are greyed out. How do I
>> proceed?
> 
> IDLE has a debugger? How about that.
> 
> After you start the debugger, go back to your program
> and Run it. Watch the Debugger window.
> 
>> --
>> � � � � � � � � � � � � � Wayne Watson (Nevada City, CA)
>>
>> � � � � � � � � � � � � Web Page: <speckledwithStars.net>
> 

-- 
                          Wayne Watson (Nevada City, CA)

                        Web Page: <speckledwithStars.net>



More information about the Python-list mailing list