NON Remote Debug (avr-gdb)
avr-gdb (for long time) comes out of the box with an simulator (no need to connect over tcp:1212)
But Clion-Config seems to be investigated for remote ONLY
If I select now avr-gdb how can I parse the arguments in Clion-Configureation?
$/usr/bin/avr-gdb -eval-command 'target sim'
'target remote' args seems not to fit for this :(
请先登录再写评论。