Folks, I am using Eclipse 3.6. I have installed the App Engine plugin for Eclipse, App Engine SDK, GWT, etc.
I just created a sample Web Application Started Project. I am able to run it as Project-->Debug As-->Web Application. From Firefox, I am able to navigate to http://localhost:8888 and see that the web page is working as expected. The generated server side class is GreetingServiceImpl that extends RemoteServiceServlet. It has a method called greetServer that the client side invokes. When I put a breakpoint in greetServer, the debugger never stops at the breakpoint even though the web page works as expected. I am wondering if I am missing something. Thank you in advance for your help. Regards, Peter -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
