I am trying to debug a GWT application, but it seems like I cannot do it with the berth. Whenever I try to run it in host mode for debugging, I get an "unknown realm" 500 error message (nothing loads). I do this through eclipse. It is very inconvenient to collect everything in order to debug in the browser afterwards.
After compilation, I deploy the war to JBoss (using EJB on the server). But compilation takes time, and when the code has been turned into javascript, you cannot debug. How can I debug java code? I am looking at the -noserver option, but I wonder if I can still do this with the pier. And if not, why not.
source
share