Look for IDE with debugger easy to use with Deadline

Hello,

I have already read thread named :
How to best debug deadline scripts?

I’d like to know if since then, a developper friendly IDE (easy to install, easy to use) have
been developped.

I usually use “Visual Studio 2010”, and have install “Python Tools for Visual Studio”
but I didn’t succeed in debug Deadline Python scripts.
I don’t know if that is possible, if not what are alternatives.

It could be a good idea to add tips (or another document) on how to prepare an IDE for
debug for Deadline Python.
For example inside (or somewhere else) :
thinkboxsoftware.com/deadlin … toverview/

Thanks

Visual Studio with Python Tools or Eclipse are my preferred tools of choice.
Configure an external command to run, “deadlinecommand.exe” and then parse the current py script to it via “-executeScript” flag.
You could use xCode if you are running in a multi-platform environment, but I just don’t like the GUI!