i debug all the time using eclipse , and it can handle threads well , what is the problem??
For easiest eclipse setup for python and web development , use Aptana , it can get Aptana PyDev plugin directly after installed (just a few click from plugin-manager). www.aptana.com To setup debug for python , it can be easily done by installing hgclipse plugin and cloning web2py repo into you, and run web2py from there. Debug 100% works fine, Auto completion 100% fine. mr.freeze have a slice on it for full detail (how to setup pydev for web2py(debug)) On 12/15/10, ron_m <ron.mco...@gmail.com> wrote: > winpdb (free and nothing to do with Windows) is a Python debugger that is > multi-thread capable, >