Getting a Foothold on the IDLE Debugger

Nir nir1408 at gmail.com
Tue Feb 12 19:32:12 EST 2008


On Feb 12, 7:15 am, "W. Watson" <wolf_tra... at invalid.com> 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)




More information about the Python-list mailing list