On Aug 22, 4:25 pm, Esmail <ebo...@hotmail.com> wrote:
> Hi all,
>
> What is your favorite tool to help you debug your
> code?

The times when I would just use 'print' are long past. Nowadays I
spend lots of my time
with code written by others than myself. I use pdb all the time, and
now also ipdb
(ipdb is very cool if you are used to ipython).

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

Reply via email to