On 10 nov, 14:22, ben fenster <fenster....@gmail.com> wrote:
> yes it works great thanks :)
> but i was wondering how the hell can gwt debug the js code running on
> another web
> server in my case apache ?!??!?

It doesn't debug the code that's on your server, but the one that's on
your PC (and the js code do not "run" on the server ;-) )
When the *.cache.js is loaded (from your Apache server), it detects
that it's running in the HostedMode browser and then uses some special
APIs to talk to the HostedMode and actually run your Java code on your
PC, which allows you to debug it.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to