Something like this

    public void onModuleLoad() {
        GWT.setUncaughtExceptionHandler(new
GWT.UncaughtExceptionHandler() {
            public void onUncaughtException(Throwable e) {
                GWT.log("onUncaughtException " + new Date(),e);
                Window.alert(e+"");
            }
        });

On 3 mar, 17:23, Pawel <[email protected]> wrote:
> Hi,
>
> > > Try to generate js code in PRETTY mode to have a good look to where
> > > the code is making an error
>
> > I did that, but it's still hard to understand it...
>
> Forget that part. Actually it's pretty helpful. Stil curious about
> that other questions of mine.
>
> cu
> Pawel

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

Reply via email to