The symbol maps worked great with the Eclipse GWT plugin compiler. Now switched to use the Maven compiler (with the https://github.com/tbroyer/gwt-maven-archetypes architecture), I don't see the symbol maps anywhere when doing a mvn clean package.
Do I need to do something extra to get them? Thanks. On Saturday 18 May 2019 at 8:48:47 am UTC+10 Craig Mitchell wrote: > Thank you Alexander! That's what I was missing. > > Called: > exception = SerializableThrowable.fromThrowable(exception); > > before sending to the server, and now the stack traces show perfectly. :-) > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/27634127-7067-4bc7-b958-2043b61f3f46n%40googlegroups.com.
