Saturday, February 24, 2024

Re: Deobfuscated stack trace message and line-specific stack traces

I see the symbolmaps generated in ` target/gwt/deploy/<modulename>/symbolMaps `

I believe it is generated by default.

On Friday, February 23, 2024 at 10:27:12 PM UTC-6 Craig Mitchell wrote:
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/c99026dd-36b6-4780-9e8e-055d9839789an%40googlegroups.com.

2 comments:

  1. Google Web Toolkit (GWT) simplifies Java-to-JavaScript translation, enabling complex web apps to run efficiently. For debugging, symbol maps are crucial; they translate obfuscated stack traces back to readable Java. Using Maven with GWT may require extra configuration to generate these maps, enhancing issue tracking and streamlining development workflows. Click here for More info. https://geometrydashpro.fun/

    ReplyDelete
  2. Google Web Toolkit (GWT) is an open-source set of tools that allows developers to write Java applications and deploy them as JavaScript for web browsers. It simplifies development by translating Java code into optimized JavaScript. Symbol maps are created by default in GWT for debugging, but Maven may require specific configuration to generate them. Click here for More Details. https://trafficrider.racing/

    ReplyDelete