On Fri, Jan 28, 2011 at 11:01 PM, mikech <[email protected]> wrote: > I've also found it pretty useful recently to run the web2py app from source > in a good ide, in my case WingIDE which I have a 10 day trial on, and step > thru the program using the debugger.
Eclipse or Aptana with PyDev is also a good and free solution. For just debugging the excellent and cross-paltform winpdb is great. Firebug in Firefox for client side debugging and designing. If you want to debug on Safari just activate the develop menu (in the preferences | advanced menu)

