6 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
0
replies
28
views
How can I achieve the same theme?
For C files, I've always used VScode's theme "dark modern" that grants this kind of visual theme:
I wish to drag this kind of theme into CLion, but I haven't been able to achieve the same ...
0
votes
1
answer
303
views
Can I use or integrate "include-what-you-use" in CLion?
I'm using JetBrains' CLion IDE. I would like to apply the include-what-you-use utility to some C++ code - but not just manually on the command line; rather, I want to go through CLion, and have the ...
-1
votes
2
answers
229
views
CLion cannot find sdcc.exe when configuring PlatformIO
I'm trying to configure PlatformIO with CLion for an 8051-based project using the SDCC toolchain.
The sdcc.exe file exists at the correct path and runs successfully from the command line, but CLion ...
1
vote
1
answer
1k
views
How to run OpenOCD on CLion with custom openocd and gdb parameters?
How run debug session whith custom parametrs?
Exemple:
arm-none-eabi-gdb-py ex "target extended-remote |openocd -c 'gdb_port 3333; log_output ./debug/openocd.log' -f interface/stlink.cfg -c '...
0
votes
1
answer
107
views
Any other way to resolve V008. Unable to start the analysis on this file. [CLION]
Im trying to run basic C program with headers, unfortunately when I run Check Project or Check Current File, i've encountered V008 which is Unable to start analysis on this file. even though i've ...
2
votes
0
answers
106
views
List all installed CLion plugins from the command-line?
I'm using CLion, and I want to obtain a list of all of the plugins I have (voluntarily) installed on it - as a text file (or printed to a terminal etc.). Can I do that...
From a command-line, when ...