D Kassen
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
-
-
D Kassen 创建了一个帖子, 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 创建了一个帖子, 已回答SimulAVR 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 创建了一个帖子, 已回答Reuse 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...