I have a bug (probably a NPE) that occurs in the client part of my GWT app. And it happens only when deployed.
The only message i get is an UmbrellaException in the JS console. No stacktrace, no root cause.
I cannot reproduce the bug locally with the gwt plugin, that would show me the full stacktrace.
So i'm stuck.
Is there any way to :
- Log the client exception in the server ?
- Or print a stacktrace in the js console ?
Thanks
EDIT : for future reference : if a bug occurs when deployed and NOT with the gwt runner, it's because the bug concerns the compiled JS. In my case, bad implementation of regexp.