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.

On Nov 17, 11:01 am, kminkeller <[email protected]> wrote:
> 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

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.


Reply via email to