Hi, I've got a problem debugging in Eclipse using an external server, with the -noserver option. I used to be able to do it in GWT 1.5 but now with 1.6 I can never reach the onLoadModule() handler. The compiled code works perfectly fine on the server.
Now, I read from here: http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html "If you are using an IDE such as Eclipse configured to integrate with GWT's hosted mode for debugging, then using -noserver will prevent you from automatically debugging your server code in the same debugger instance you use to debug hosted mode. However, if the server software you use supports it, you can of course use an external debugging tools." I suspect that has nothing to do with my problem. All that means is probably that you can't debug the actual web server code and the GWT code within the same Eclipse debugger instance. So, I should be able to step into the onLoadModule() event in GWT 1.6 as I did with previous versions. Are you guys finding any problems with it? On May 13, 10:19 pm, Thomas Broyer <[email protected]> wrote: > On 11 mai, 21:39, PeteLachall <[email protected]> wrote: > > > Can anyone find documentation on how to do this? There was thorough > > documentation in the FAQs for previous versions. > > Given that we now already pass a -startupUrl to HostedMode, all you > have to do is add a -noserverargument to the command line (and adjust > your -startupUrl to point to your server, of course). > > Document can be found > herehttp://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
