Re: Wave debugging problem

2015-04-06 Thread Yuri Z
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 wrote: > Hello, > > I followed the Client Development Setup[1] to start up the ser

Wave debugging problem

2015-04-06 Thread Roshan Lakmal
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://cwik