> <module rename-to='troweloApp'>
>      ....
>     <inherits name="com.google.gwt.logging.Logging"/>
>      ...
>     <set-property name="compiler.stackMode" value="native" />
>      ...
> </module>
>
> Is that correct? 
>

Yes thats correct. With the above you should see source maps applied to 
stack traces when using Chrome. But you do not have to set 
compiler.stackMode explicitly to native as native is the default. You can 
see this in StackTrace.gwt.xml.

I just mentioned it because some people set the property to emulated or 
have compiler.emulatedStack set to true which effectively sets 
compiler.stackMode to emulated. 
 

And can you please point me to a documentation link for it...
>

There was an old wiki page talking about exceptions in compiled mode and 
about the compiler.emulatedStack / compiler.stackMode property:

https://github.com/gwtproject/old_google_code_wiki/blob/master/WebModeExceptions.wiki.md

The fact that compiler.stackMode must be native when Logging.gwt.xml is 
inherited to get clickable, source mapped stack traces in Chrome is 
probably only documented in some commit message or it has been already 
mentioned before in this group or in gwt-contrib.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to