From: Marcel R. <mr...@ma...> - 2013-05-26 16:22:50
|
Hi, I have on a OpenSuse 12.3 and eclipse Juno Service Release 2. The eclipse AVR plugin is running fine: I can compile and deploy via eclipse (via avrdude). I can also debug on command line with: /usr/local/bin/avarice -2 --ignore-intr -d -B 500000 -j usb :4242 ddd --debugger "avr-gdb -x gdb.conf" I have now several hours tried to get the eclipse based debugging to run with all variants from http://avr-eclipse.sourceforge.net/wiki/index.php/Debugging -> I had started above avarice command on xterm -> And tried the variants None variant ever connected to tcp/ip 4242 of avarice. What could be the reason? Thanks Marcel |