Hi, I have tried to get debugging to work in eclipse and xcode 4 to no avail. i think that what is happening is that GAE calls exec on the web2py handler, and then web2py calls exec on your controller....and by that time the debugger got lost in the list of execs. i have no idea if this is a proper diagnosis of the problem, but i do know that i have not been successful in getting a debugger to attach to a GAE dev-server spawned web2py.
i like emacs and logging calls, but my coworkers would love to know of a GAE + web2py debugging solution. christian

