Hi all, I know there's a bunch of komodo ide users here, and definitely a bunch of GAE users as well. Hoping there's some overlap that can help me with the following. If I try debugging from Komodo by running web2py.py, my breakpoints in controllers work just fine. If I try debugging from Komod by running through gae's dev server a NON-web2py project, all breakpoints I'd normally set work fine.
But if I try to debug a web2py project under gae's dev server none of the breakpoints I set in controllers work. Any ideas? Thanks

