By default gwt applications should have a directory in WEB-INF called deploy/yourmodulename which contains the .symbolmap files which are needed to de-obfuscate client side stack traces.
When I compile via Maven it automatically creates this directory. Unfortunetly this directory is never created when I run my project via Intellij.
I am not running a "GWT" Run/Debug configuration but rather a Jetty configuration that actually runs the GWT compiler with the settings set for your GWT facet and deploys the intellij "artifact".
Any idea why this directory is not present?