Hey all, First off, let me say how much I'm loving web2py. Having dabbled a bit in different frameworks, I'm really enjoying the simplicity and elegance.
One thing I'm still trying to work out is my development stack. So far, I've been using PyDev (both in Eclipse and Aptana) to do my coding. Right now I'm trying to figure out how to debug stuff. It's pretty straightforward when you're just doing web2py stuff -- just configure a debug command to point to web2py.py, and you can set breakpoints just fine. Integrating with Google App Engine has been a problem, however. I've tried everything I can think of to get it working, but I just can't seem to break into the debugger when I'm running my web2py app through GAE. Right now, my (unsuccessful) approach is to configure a debug command to point to dev_appserver.py, and pass it the web2py application folder. I suppose I could always use pdb, but I like having the graphical debugging UI. Yes, I'm aware I lose man points for that. :) Anyway, any help/tips/experience people could pass along would be greatly appreciated. Thanks again for the great framework! Jon

