[python-nl] Debugging tactics

Remco Wendt remco at diji.biz
Tue Oct 6 10:46:29 CEST 2009


On Mon, Oct 5, 2009 at 3:45 PM, Tim Molendijk <tim at timmolendijk.nl> wrote:
>
>
>    - Winpdb is an interactive debugger with a GUI, which can be attached
>    to a Python process. This means you can do live debugging on a web app that
>    is running exactly like it would be running in production. I've tried this
>    approach myself last week and it works pretty neat. It might be a bit of a
>    hassle to get Winpdb running, as it depends on wxPython, but on OS X I got
>    it working pretty quickly using MacPorts.
>    http://pypi.python.org/pypi/winpdb/1.3.8
>
> On the site of winpdb itself is a newer version (version 1.4.6) available:
http://winpdb.org/download/

>
>    - Pydev (Eclipse plugin): http://pydev.org/
>
> With version 1.50 of pydev also pydev extensions, which brings more
advanced python integration to eclipse, got open sourced!

Remco
-- 
Maykin Media
Herengracht 416, 1017 BZ Amsterdam
tel.: +31 (0)6 187 967 06
http://www.maykinmedia.nl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-nl/attachments/20091006/9824ccbb/attachment.htm>


More information about the Python-nl mailing list