kwartzlab makerspace

Posts Tagged ‘AVR’

Dec
12
2009

Remote debugging an Arduino

By » 1 Comment

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.)

Read the rest of this entry »