In GWT, the javascript that is generated from the GWT compiler is super optimized an unreadable. It would be quite helpful it there is a way to avoid this and obtain human readable javascript code.
Is there a config or any other way to prevent GWT from minifying the generated JavaScript for debugging purposes?