I keep getting this error in web hosted mode GWT, but I'm not sure what's causing it. Is there a way to make it produce a more informative output? My approach right now is to step through line by line in the debugger until the problem appears, but it's a pain.
-
An uncaught JS exception should show up in the JS console - have you checked with Firebug?sarumont– sarumont2011-11-16 05:06:47 +00:00Commented Nov 16, 2011 at 5:06
-
I've checked with the chrome dev console, and it gives the same error.Nick Heiner– Nick Heiner2011-11-16 05:14:56 +00:00Commented Nov 16, 2011 at 5:14
Add a comment
|