Hi obesga, thx for your reply. I'm not so much into GWT, yet, so could you please answer the follwing questions?
On 3 Mrz., 15:55, obesga <[email protected]> wrote: > Use this methods > > First, include a GWT.uncaugthExceptionHandler() into the code to log > the error where shall I include it? And how can I use that for logging? Do you mean to use that GWT.uncaugthExceptionHandler() in Hosted Mode, or on the real, on a Tomcat running app? I looked GWT.uncaugthExceptionHandler()[1] up in the API, but found no further info on how to use it. > Second, with Firebufg you can use console.log (into native code, I > think ) to log to Firebug. I know about Firebugs console.log, but how can I use that in my Java GWT Project? Is there something like Foo.deliverThisDirectlyToTheBrowser("console.log('hello firebug')") Is that the GWT.uncaugthExceptionHandler() for? Could you give some short examples? > 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... > Hope it helps A little, thx again. I'll search the web for more infos on what you wrote, but would be happy if you could answer the above... best regards Pawel [1] http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/core/client/GWT.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.
