Is it possible to run the Google App Engine SDK from a shell so I can use the Python Debugger? Running it from the GUI is nice, but you get no STDIN/STDOUT, so I can't set_trace and step through my code.
Barring that, is there any other way to achieve interactive debugging with GAE when developing locally?
I'm on Windows 7.