You don't need GWT hosted mode to debug ServerMain as it is plain Java. just start the server with "ant debug-server" and then you can attach debugger to the port 10898
On Mon, Apr 6, 2015 at 1:44 PM Roshan Lakmal <roshan.2013...@iit.ac.lk> wrote: > Hello, > > I followed the Client Development Setup[1] to start up the server and the > Full client in "GWT Hosted mode". > > After that I added the debugging points in ServerMain.java [2]. But then > the debugging process didn't work properly. > > How can I fix this problem? > > Thanks, > > Roshan > > [1] - > https://cwiki.apache.org/confluence/display/WAVE/Client+Development+Setup > [2] - > https://drive.google.com/a/iit.ac.lk/file/d/0B_tP- > jjki90QR3p4N0hqSkw2LXM/view?usp=sharing >