> > What do I need to start developing and debugging: Eclipse, PyDev ... > etc. ?? > > Just your prefered text editor is enough. > > + 1
>From my own experience, Eclipse + Pydev offers some advantages (like the built-in debugging gui which sometimes help when print statements are not enough), but as most of tryton's model is string based, completion may be difficult (as opposed to vim's string-based completion for instance). In my team we use Vim and Sublime Text when working on tryton. Jean CAVALLO Coopengo
