AVR

Remote debugging an Arduino

I don't have a fancy JTAG or ICE system for Arduino debugging. AVR simulators can only take you so far. So I've been working on creating a remote debugging stub, so you can use GDB (the GNU Debugger) and Insight (a graphical interface to GDB) on your PC to remotely debug code running on the Arduino board (or any AVR-based board.)

Syndicate content