I use google plugin for eclipse to deploy my GWT application, it works good until now, the deploy action first compiles my GWT project with “obfuscated” output style, now i want it change to “Pretty” because i have to debug the client side on the fly, i just can’t see the obfuscated stack.
Thanks.
The solution is simple, first open “GWT compile” dialog, select Detailed or Pretty, click apply, close the dialog, then it will be deployed with Detailed or Pretty style.