Debugging robots made in Google Wave can be a little difficult because it can only be tested on the server and it can be difficult to see how it is sent.
A way I have found is quite useful is to use the app engine log. On the log tab select “Requests only” and then see that data being sent to the robot. It is this data the robot can see, if it is not here then the robot API is not receiving the data.

I hope this help you debug and get at better understanding of your robot.
Update 19 aug 2009: If you want to format the JSON try the JSON formatter.
Related posts:
- New Robot API Just found that a new JAVA API of the robots...
- Gadget and Robots interaction In some instances you want to have the robots and...
- Robots in .NET I’m not a .NET coder, but I’m always keen to...
- Blip debug robot In the last post I created a screencast of how...
- Wave robots using the Grails Wave plugin I had when I first got access to Wave, I...
Related posts brought to you by Yet Another Related Posts Plugin.
1 comment so far ↓
It you don’t get any logs. It is probably because the logging.properties file is change to warning and not info, which the information above is.
Leave a Comment