Windows/Linux/Mac Eclipse plugin to compile and upload arduino sketches

Hi there,

Great IDE Jantje!
After some confguration hassle I finally got the IDE working and also using the debugger (gdbstub installed in the target). When I use the RAMFUNC directive in the header of function Loop() , the debugging process run flawless, the programme breaks at function Loop() as defined in the startup of the debug-launch window.
However when I run the code in flash the debug-session reports a "cannot insert breakpoint" message. So it seems the hardware breakpoint is not (cannot) be inserted by the IDE!?
In case I use the debugger interactively via command line input I can set hardware breakpoints, then single step through flash, etc.... I can live with this limitation, but it would be great if it would work properly.
If anyone has some suggestion to solve this I would be greatfull.