I am using GWT development mode. As well as remote debugging through maven and Intellij. E.G. I launch 'mvn gwt:debug -Dgwt.noserver=true'. And then launch the remote debugging: '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000'
And then the GWT dev mode application launches when I visit the browser. This is all working fine but I sometimes the compile process is slow. Is there a flag that I can pass to GWT dev app for more debugging what is going on? Can I print the 'compile' statements when it compiles GWT code.