debugging application

2 views
Skip to first unread message

Aramaki

unread,
Sep 9, 2008, 3:45:01 PM9/9/08
to Google App Engine
Hi. Firstable say i'm absolutly new in python so maybe my question
will seem a nooby question

I´m writting a short application as a way to get used to python. I
come from Java and I have installed Pydev plugin on my eclipse ide to
make it easier for me to get used,

But running applications with the google SDK make debugging a
nightmare for me. Firstable I can´t put breakingpoints neither run the
application in debug mode son I am using a selfmade class to output
some intermediate and check results in html an so control my
application flow. This way is of course not user friendly and I am
spending a lot of time checking classes that otherwise with a
breakpoint should be debugged in 5 minutes

Can anybody give me an advice about debugging applications for google
apps and ides to use. Thanks
Message has been deleted

Alexander Kojevnikov

unread,
Sep 9, 2008, 7:06:24 PM9/9/08
to Google App Engine
> 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.

Tom Kermode

unread,
Sep 10, 2008, 5:16:35 AM9/10/08
to google-a...@googlegroups.com
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 <cibe...@gmail.com>

Aramaki

unread,
Sep 10, 2008, 8:22:53 AM9/10/08
to Google App Engine
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
Reply all
Reply to author
Forward
0 new messages