Debugging in Eclipse for Avr

Personal note – Debuging von Amel AVRs unter Linux aus Eclipse

Quelle: mikrocontroller.net; Thread: Eclipse und WinAVR:

 1.) simulavr von Konsole starten:
     >> simulavr -g -p 1212 -d atmega8 -P simulavr-disp

 2.) Eclipse
     Debug-->C/C++ Local Application
       Main:
         Projekt: AVR-Test (oder wie auch immer)
         C/C++ Application: Debug/AVR-Test.elf
       Debugger:
         Debugger: gdbserver Debugger
         Main:
           GDB debugger: avr-gdb
           GDB command file: gdbinit (ist angehängt)
         Connection:
           Type: TCP
           Hostname or IP: localhost
           Portnumber: 1212

Weitere Infos hier und hier