Getting a Foothold on the IDLE Debugger

mensanator at aol.com mensanator at aol.com
Tue Feb 12 00:26:31 EST 2008


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>




More information about the Python-list mailing list