"Ìúʯ" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
>  I am a newbie to python.I use pdb in command
> line quite well.

pdb is really best used in the normal OS window.

> In idle, I open the tree.py file, and type:
>>>>pdb.run('tree.py')
>> <string>(1)?()
> (Pdb) l

While I have used pdb inside IDLE its not great, you are
much better off using the graphical debugger built into
IDLE. Its not quite as powerful as pDB but it is easier
to use! If you are on windows the pythonwin debugger
is better than either pdb or IDLE...

Alan G 



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to