I’m just getting back into using Komodo, and Google App Engine (GAE). I used to be able to debug when using GAE by:
- From within Komodo, select “Debug | Go”
- For [Script] enter
C:\Progra~2\Google\google_appengine\dev_appserver.py
- For [Directory] enter
C:\Users\Me\MyProject
- For [Script Arguments] enter
App
(name of MyProject subdir holding project) - Check “Debug in separate console”
- Click OK
The separate command window comes up, but just hangs with no output. When I open a command prompt manually, go to the Directory named above, and type the Script command with the App argument, things run. If I do this via the Run Command in Komodo, it also works.
But I can’t get it to work in Debug mode. I hope it’s just something simple; I’m a little rusty after several years doing other things.
In fact, here’s an old link to an ActiveState blog that appears to say what I said above. But I can’t get it to work.