[EMAIL PROTECTED] wrote:
> hi,
>        I am new to Python programming.I am not getting exactly pdb.Can
> anyone tell me effective  way to debug python code?

I too rely mostly on unit tests and print statements for debugging, but 
occasionally I use winpdb which is a pretty nice GUI debugger.
http://www.digitalpeers.com/pythondebugger/

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

Reply via email to