On Thursday, January 19, 2012 9:24:11 PM UTC+1, SergeZ wrote: > > Thanks a lot, it is my mistake I miss this passage of the official > documentation, but if I got the point right, the article says that, > yes, you cat debug client-side code as ussual, but I have to find a > tool to debug the server-side one. > So, fix me if I wrong, but one of the possible scenarious is - debug > client-side code from the IDE's debug session, and, for example, debug > server-side code in another debug session, probably, being connected > to the Application Server remotely ( remote debugging currentry > running web-app on the Application Server ). > > Am I right ?
Yes, but you can debug both at the same time from within Eclipse. This is how we're working for a year now, and I wouldn't go back to the embedded Jetty (which is really great, but more for small projects or AppEngine projects; for medium/big projects, I prefer running/debugging the server code in the same environment –or as similar as possible– as the production one) -- 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/-/kd1F1Nd5PocJ. 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.
