Re: How to debug a crash that occurs only when draftCompile=false?

2018-03-06 Thread Bruno Salmon
Thank you Vassilis, I didn't know about that option and this definitely helped me to identify and fix the problem. I think the crash came from a GWT compiler bug but I found a workaround as explained below (I'm sharing in case this can help others). That -style DETAILED compiler option is not a

Re: How to debug a crash that occurs only when draftCompile=false?

2018-03-05 Thread Vassilis Virvilis
I would try to compile with -style DETAILED The generated js maps pretty well to the java code. Vassilis On Mon, Mar 5, 2018 at 5:52 PM, Bruno Salmon wrote: > hi, > > I have a GWT application that runs ok when draftCompile=false but crashes > when turning draftCompile to true (which is the

How to debug a crash that occurs only when draftCompile=false?

2018-03-05 Thread Bruno Salmon
hi, I have a GWT application that runs ok when draftCompile=false but crashes when turning draftCompile to true (which is the case in production). How can I fix that? Can it be related to something wrong in my java code source? The browser reports an exception (a classical property access prob