Debugging your GWT project in development (aka hosted) mode, allows you to
specify an different server. You have to disable the internal server in the
launch configuration and add a program argument "-startupUrl
http://address-of-my-host-page";.

It is important, that the HTML loaded by this address contains a compiled
JavaScript of the module (can be an older version) to tell the development
mode that it's time to work now.

You can also change your Java code and test them.

Regards
Jan Ehrhardt

On Sun, Mar 7, 2010 at 11:01 PM, myapplicationquestions <
parag.bhag...@cgi.com> wrote:

> Hi All,
>
> Is it possible to debug GWT scripts deployed onto websphere?
>
> Thanks,
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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-tool...@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