From: python on
Michael,

> Or you could use a real debugger, like pdb
> http://docs.python.org/library/pdb.html

Any reason you prefer PDB over WinPDB?
http://winpdb.org/

Thanks,
Malcolm
From: Tim Chase on
python(a)bdurham.com wrote:
>> Or you could use a real debugger, like pdb
>> http://docs.python.org/library/pdb.html
>
> Any reason you prefer PDB over WinPDB?
> http://winpdb.org/

I always count "in the standard library" as a big plus over any
add-ons It's nice to know about alternatives such as WinPDB, but
everybody that has python also has pdb already installed.

-tkc



From: Michael Rudolf on
Am 14.03.2010 16:03, schrieb python(a)bdurham.com:
> Any reason you prefer PDB over WinPDB?
> http://winpdb.org/

Yes. I don't have Windows except one one PC :P
From: python on
>> Any reason you prefer PDB over WinPDB?
>> http://winpdb.org/

> Yes. I don't have Windows except one one PC :P

WinPDB runs on non-Windows platforms :)

Malcolm

From: Joaquin Abian on
On 14 mar, 20:35, Michael Rudolf <spamfres...(a)ch3ka.de> wrote:
> Am 14.03.2010 16:03, schrieb pyt...(a)bdurham.com:
>
> > Any reason you prefer PDB over WinPDB?
> >http://winpdb.org/
>
> Yes. I don't have Windows except one one PC :P

WinPdb is crossplatform. Is build with