Debug GAE project

4 views
Skip to first unread message

kminkeller

unread,
Nov 17, 2009, 2:01:22 PM11/17/09
to Google App Engine
Hi,

I am new to GAE. I have created a project and would like to know how
to debug my application. What I am trying to achieve is that when I
launch my application, I want to see the control where it is. I want
to verify if my application is talking to my services that I am
calling. When I tried to debug with eclipse, I dont hit the break
point on my java service. Any help will be highly appreciated.

Thanks,
K

Siva P Thumma

unread,
Nov 19, 2009, 12:24:34 AM11/19/09
to Google App Engine
For any application, We can debug it through Logging.
If you happen to read http://code.google.com/appengine/articles/logging.html,
you might discover exact solution if you are using the python runtime.
Or if you are using java runtime, you should ve been familiar to
Logging concepts.

You can put Logger.log("Something happened at this statement...")...
at various places in your code.
Reply all
Reply to author
Forward
0 new messages