debug server

2011-12-31 Thread Ben Hegarty
Hi guys, I know this must seem a basic question, however I can't seem to get the debug server running so I can attach to it, I followed the instructions from http://www.waveprotocol.org/code/debugging, but this doesn't seem to be working, I get the error below... Does anyone know how to get pass

Re: debug server

2011-12-31 Thread Ali Lown
...@gmail.com wrote: Hi guys, I know this must seem a basic question, however I can't seem to get the debug server running so I can attach to it, I followed the instructions from http://www.waveprotocol.org/code/debugging, but this doesn't seem to be working, I get the error below... Does anyone

Re: debug server

2011-12-31 Thread Yuri Z
If you just want to debug WIAB server locally, then it would be easier by running the server from compiled classes with ant target: ant debug-server Debugging the client side is a bit more complex. If you want to debug just the WavePanel code (the Undercurrent), like for example if you want

Re: debug server

2011-12-31 Thread Ben Hegarty
ok so I can get the *waveharness-hosted* working howvever the *hosted-gwt* complains about a missing startup url, does anyone know this url should be? On Sat, Dec 31, 2011 at 5:35 PM, Yuri Z vega...@gmail.com wrote: ant hosted-gwt