måndag 30 januari 2012

Python remote debugging with PyDev

Sometimes you wonder why you didn't do something a lot sooner. Like googling for "python remote debugging". I've been a python addict for ca 2 years now and we use a lot of python tools at my work, and being able to remotely debug the tool chain would have saved me/us tons of work.

PyDev is a set of tools developed by Appcelerator and is available as an Eclipse plugin. It supports syntax highlighting, code completion, etc. And also remote debugging!