Hi there!
My first unstable alpha release of JDebuggy is online. It will enable
you to debug your robots in local dev environment even if you are in a
subnet behind a router.
Beside being able to add breakpoints to inspect variables etc. you can
test your robot without uploading it to app engine.
I've tested it with Eclipse, but it should work with any other IDE.
How to use JDebuggy:
- Download the attached wave-debugger.jar file
- Start the jar by typing java -jar wave-debugger.jar robotname
(Replace robotname with a unique name for your robot)
- Start your robot locally in debug mode. In Eclipse simply right-
click on your robot project and select "Debug As... Web Application".
Right now JDebuggy assumes that your server will listen on port 8080.
- Create a new wave and add JDebuggy as participant
(
jdeb...@appspot.com)
- Create a new blip and type Debug: robotname (Use exactly the same
name you've been choosing when starting the wave-debugger)
All subsequent events will be forwarded to your robot.
Have fun+Comments and suggestions welcome
Daniel
dfl...@wavesandbox.com