From: python on 14 Mar 2010 11:03 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 14 Mar 2010 14:30 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 14 Mar 2010 15:35 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 14 Mar 2010 16:08 >> 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 14 Mar 2010 16:11
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 |