Dear Arduino Fans,
I've made a debugging tool for Arduino. This Windows applicaiton called RM Classic.
This tools access addresses via serial communication.
You can read or write variables value in Arduino and also record data, get dump data, change data type.
I've enjoyed using Arduino. Arduino makes it easy for me to realize my idea, but software debbuging is a little bit harder for me.
Arduino IDE support Printf Debug. It is very simple way, but less information.
I made arduino library and application which is based on serial communication. It is like watch windows in JTAG debugger.
These app and library have been published at github.
Link to code on github:
https://github.com/NaoNaoMe/RM-ClassicThank you for your kind interest in RM Classic; your feedback is welcome.
I hope this tools will be of some help building your sketch.
NaoNaoMe