[Tutor] Debugger Needed

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Mon Feb 6 08:44:15 CET 2006



On Sun, 5 Feb 2006, Akanksha Govil wrote:

> I am new to python, I want to know how to use a debugger and which
> debugger give a GUI .

Hi Akanksha,


Have you looked at 'pdb' yet?

    http://www.python.org/doc/lib/module-pdb.html

Several of the major Python IDEs also provide some kind of debugging
support; you may want to check them out.  Here's a good link to them:

    http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

I've heard interesting things about Komodo and eric3, though I've never
used them personally.


Best of wishes!



More information about the Tutor mailing list