First, check your classpath (in the launch configuration that is, not only the build path of the project) as well as the "source" tab in the launch configuration, to make sure it's not a mistake on your part. Then, it might be a bug in Eclipse, so I'd close the stg-* project when not working on it.
On Friday, November 16, 2012 10:11:44 AM UTC+1, tong123123 wrote: > > I have a origin maven gwt project named stg-runtime-debug-log-webapp, then > I copy the whole project and > rename to central-runtime-debug-log-webapp, and I modify some code in > server package of the new central-runtime-debug-log-webapp, but I found one > very strange thing, when using RPC in client package of > central-runtime-debug-log-webapp, the breakpoint will jump to > stg-runtime-debug-log-webapp, NOT central-runtime-debug-log-webapp, and so > the result returned to client is wrong. > what is the problem?!! > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0-HOmCSaPP0J. 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-web-toolkit?hl=en.
