your favorite debugging tool?

Michele Simionato michele.simionato at gmail.com
Tue Aug 25 06:28:44 EDT 2009


On Aug 22, 4:25 pm, Esmail <ebo... at 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.



More information about the Python-list mailing list