D Kassen
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
-
D Kassen created a post, 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 ... -
D Kassen created a post, AnsweredSimulAVR as "Before lauch:external tool"
I try to start my avr-gdb with the following external tool: Program: src/simulavr Arguments: -d atmega644 -f $ProjectFileDir$/bin/$ProjectName$.elf -g But the Debugger is not starting, becourse it ... -
D Kassen created a post, AnsweredReuse Clion Macros inside CMakeLists.txt
I want to name the CmakeProject exactly how I named the Clion-Project For Clion I saw the /.idea/.name And inside CmakeLists.txt I can test if($ENV{CLION_IDE}) PROJECT($XXX) How can I insert ${PROJ...