how to find actual Java for call-stack in generated JS?

2011-09-22 Thread rolarenfan
Every so often I get this call-stack: com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'this.$26a' [null] is not an object. line: 1090 sourceId: 4807533168 sourceURL: http://127.0.0.1:58174/mylittlewidget/sc/modules/ISC_Grids.js expressionBeginOffset: 190952

Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread Alain Ekambi
Try compile option pretty 2011/9/22 rolarenfan rolaren...@gmail.com Every so often I get this call-stack: com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'this.$26a' [null] is not an object. line: 1090 sourceId: 4807533168 sourceURL:

Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread rolarenfan
Um, ok (as here: http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions, I think you mean) ... but *where* do I adjust the settings, if I am developing in Eclipse? (That page mentions a generated ANT-script build.xml, but I don't find it ...)

Re: how to find actual Java for call-stack in generated JS?

2011-09-22 Thread Alain Ekambi
Look in the toolbar. It must be a compile button(red GWT bag) somewhere. There choose pretty in the combo box. Note if you using GPE 2.4 is under the blue g sign. 2011/9/22 rolarenfan rolaren...@gmail.com Um, ok (as here: