AVR Monitor

The AVR monitor is a debug monitor that allows you to connect the GDB debugger to a normal AVR using the same PINs used for serial program and activate breakpoints and single step. The single steeping uses interrupt magic, some interesting code based on another project.

 

It is superceded by parts like ATtiny that has one-pin debug support.

 

It is available on request if somebody is interested.