On Feb 12, 7:15 am, "W. Watson" <[EMAIL PROTECTED]> wrote:
> I thought I try to step through some simplePythoncode I wrote with IDLE
> using Debug. I'm at the early stages of learningPython. 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?

Proceed to the Winpdb Python debugger.
http://www.winpdb.org

(Runs on Linux as well)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to