User forums > Embedded development

Developing for AVR, IDE tuning.

<< < (3/3)

Lost_Byte:
Yee... I see a lot of lines... And they are scrolling a long time... too long...

OK... I hope gdb\mi plugin will be more more advantage...

ziss_dm:
Hi Lost_Byte,

I'm not sure is it still relevant, but I have used slightly different approach (which is working for me)

1) Set type of project "Dynamic Library" - output <project_name>.elf
2) Set avrdude as a host application. Good idea to tick "Run host in terminal". This way "Run" means - upload
3) For debugger:
  - remote connection
  - Additional GDB commands
     - before connect

--- Code: ---file <project_name>.elf               -> to fix attempt to load avrdude as application
shell cmd /c start_gdb_server         -> to auto start gdb server (avarice in your case)

--- End code ---
   
     - after connect

--- Code: ---tbreak main  

--- End code ---
   

regards,
ziss_dm

Navigation

[0] Message Index

[*] Previous page

Go to full version