Simple Dumping Monitor for Arduino Wiki
Simple in use library to display dumps and debug Arduino sketches.
Brought to you by:
rabidvan
After the sketch is successfully compiled and uploaded to Arduino, you should open Arduino IDE Serial Monitor, then select right communication baud rate (in examples 19200 bauds is used). Then you can send command to Arduino, in order to both show watched variables and control debugging:
Both commands and addresses can be entered in upper and lower cases. Values of variables are displaying as hexadecimal numbers.