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.