RE: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Perelman Nathan (Nathan)
@googlegroups.com Subject: Re: Exceptions not showing up in Dev Mode Panel Are you using any JSNI that gets called directly from the browser? Ie, anything like obj.callback = function() {...};? If so, you have to wrap any entry points from the browser into GWT code with $entry, so that would look

Re: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread John Tamplin
Are you using any JSNI that gets called directly from the browser? Ie, anything like obj.callback = function() {...};? If so, you have to wrap any entry points from the browser into GWT code with $entry, so that would look like obj.callback = $entry(function() {...}); Note that it could be in li

Re: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Rajeev Dayal
roups.com [mailto: > google-web-tool...@googlegroups.com] *On Behalf Of *Rajeev Dayal > *Sent:* Friday, November 05, 2010 14:21 > *To:* google-web-toolkit@googlegroups.com > *Subject:* Re: Exceptions not showing up in Dev Mode Panel > > > > Are you using the Google Plugin for

RE: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Perelman Nathan (Nathan)
bject: Re: Exceptions not showing up in Dev Mode Panel Are you using the Google Plugin for Eclipse? On Fri, Nov 5, 2010 at 2:19 PM, Nathan wrote: I'm using GWT 2.0.4 and in Dev Mode it seems some exceptions are left uncaught and show up in the browser instead of in my GWT uncaught excepti

Re: Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Rajeev Dayal
Are you using the Google Plugin for Eclipse? On Fri, Nov 5, 2010 at 2:19 PM, Nathan wrote: > I'm using GWT 2.0.4 and in Dev Mode it seems some exceptions are left > uncaught and show up in the browser instead of in my GWT uncaught > exception handler or in the Dev Mode panel. For example I get a

Exceptions not showing up in Dev Mode Panel

2010-11-05 Thread Nathan
I'm using GWT 2.0.4 and in Dev Mode it seems some exceptions are left uncaught and show up in the browser instead of in my GWT uncaught exception handler or in the Dev Mode panel. For example I get a line like "uncaught exception: com.google.gwt.dev.shell.HostedModeException: Something other than a