I am using wingIDE for debug. But not always. Most times I only need shell and prints.
http://zerp.ly/rochacbruno Em 11/08/2011 07:49, "Mariano Reingart" <[email protected]> escreveu: > There is online shell debugger (based on PDB) approach already > included with web2py: > > http://code.google.com/p/web2py/issues/detail?id=156&can=1&q=debugger > > It need testing and some polish, but the as it depend on threads and > locking with a command line interface, it is not ready for the casual > user by now, so I'm now working on ide2py, a complete integrated IDE > for web2py, including editor, shell and debugger: > > http://code.google.com/p/rad2py/ > > I hope that sooner or later it will be able to debug web2py > applications, I have to deal some threading issues. > > (BTW, you should be able to use any tool to debug web2py apps, I see > no difference with django and others) > > Best regards, > > Mariano Reingart > http://www.sistemasagiles.com.ar > http://reingart.blogspot.com > > > On Wed, Aug 10, 2011 at 9:46 PM, Nicolas Palumbo <[email protected]> wrote: >> y, if web2py had a debugger like using pydev. But something more >> cleverthan having to put the whole web2py directory as a project. Then >> it'll have the same ide integration level django has. I said >> previously i like to edit in the web when i need something fast, but >> is not a complete ide. I saw a javascript ide, that works good for >> javascript and nodejs, but nothing similar for web2py. >> this is the link: >> http://cloud9ide.com/ >> there is a youtube video as well. >>

