Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Python

Python debugger

 

 

Python python RSS feed   Index | Next | Previous | View Threaded


sri_annauni at yahoo

Jul 3, 2009, 5:15 AM

Post #1 of 5 (178 views)
Permalink
Python debugger

Hi,
Could you suggest some python debuggers?

Thanks,
Srini


Love Cricket? Check out live scores, photos, video highlights and more. Click here http://cricket.yahoo.com
--
http://mail.python.org/mailman/listinfo/python-list


nosklo at gmail

Jul 3, 2009, 5:57 AM

Post #2 of 5 (162 views)
Permalink
Re: Python debugger [In reply to]

2009/7/3 srinivasan srinivas <sri_annauni[at]yahoo.co.in>:
> Could you suggest some python debuggers?

Two graphical debugger frontends:

http://www.gnu.org/software/emacs/
http://winpdb.org/
--
http://mail.python.org/mailman/listinfo/python-list


kee at kagi

Jul 3, 2009, 11:08 AM

Post #3 of 5 (157 views)
Permalink
Re: Python debugger [In reply to]

It's not free but I like the debugger in Komodo IDE.
Lets me simulate a web connection, lets me step through the code and
examine the variables as it executes, can be run remotely (have not
played with that aspect yet).
Does variable inspection of the variables so you can dive into the
parts of arrays and dictionaries to see what the (for example) 5th
item of the 4th item named "blah" is set to and what type of data
element it is (int, unicode, etc). I find it tremendously useful as a
newbie to Python.
Kee Nethery
--
http://mail.python.org/mailman/listinfo/python-list


nosklo at gmail

Jul 3, 2009, 12:12 PM

Post #4 of 5 (157 views)
Permalink
Re: Python debugger [In reply to]

2009/7/3 Kee Nethery <kee[at]kagi.com>:
> It's not free but I like the debugger in Komodo IDE.
> Lets me simulate a web connection, lets me step through the code and examine
> the variables as it executes, can be run remotely (have not played with that
> aspect yet).
> Does variable inspection of the variables so you can dive into the parts of
> arrays and dictionaries to see what the (for example) 5th item of the 4th
> item named "blah" is set to and what type of data element it is (int,
> unicode, etc). I find it tremendously useful as a newbie to Python.
> Kee Nethery

Winpdb is free and offers all those features.
--
http://mail.python.org/mailman/listinfo/python-list


fabiofz at gmail

Jul 4, 2009, 10:17 AM

Post #5 of 5 (138 views)
Permalink
Re: Python debugger [In reply to]

> Hi,
> Could you suggest some python debuggers?
>
> Thanks,
> Srini


Pydev has a debugger that supports the common debugger features
(watches, multiple threads, breakpoints, conditional breakpoints, step
in, out, etc -- http://fabioz.com/pydev/manual_adv_debugger.html ),
and pydev extensions adds to that a remote debugger (
http://fabioz.com/pydev/manual_adv_remote_debugger.html ) and a
console ( http://fabioz.com/pydev/manual_adv_debug_console.html ).

Cheers,

Fabio
--
http://mail.python.org/mailman/listinfo/python-list

Python python RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.