"Breaking" the __main__ script

Tim Chase python.list at tim.thechases.com
Sun Mar 14 14:30:59 EDT 2010


python at 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






More information about the Python-list mailing list