[google-appengine] Re: debugging application

2008-09-10 Thread Aramaki
Thank you guys, This information is exactly what I was asking for. My mistake was starting the application with a .bat file so eclipse engine whas not configured. Thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[google-appengine] Re: debugging application

2008-09-10 Thread Tom Kermode
You can use the logging module and also pass -d to dev_appserver.py. That will give you more detailed ourput for each request. 2008/9/9 Aramaki <[EMAIL PROTECTED]> > > Hi. Firstable say i'm absolutly new in python so maybe my question > will seem a nooby question > > I´m writting a short applicat

[google-appengine] Re: debugging application

2008-09-09 Thread Alexander Kojevnikov
> Firstable I can´t put breakingpoints neither run the application Did you use this guide? http://code.google.com/appengine/articles/eclipse.html Debugging, including setting breakpoints and stepping through the code works fine afterwards. --~--~-~--~~~---~--~~ Yo

[google-appengine] Re: debugging application

2008-09-09 Thread Davide Rognoni
Now you can use the logging :-) http://docs.python.org/lib/module-logging.html . . . . -- Best Template Engine http://pyoohtml.appspot.com/best-template-engine . . . . On Sep 9, 9:45 pm, Aramaki <[EMAIL PROTECTED]> wrote: > Hi. Firstable say i'm absolutly new in python so maybe my question > will