Clion
Clion is an IDE for c/c++ programming by JetBrians.
Resources
- Configuring Clion on Windows
- Configuring Clion on Windows
- Compilers: Configure Clion to use gcc and gdb
- Remote Development
- WSL
gcc in Clion
Read Compilers: Configure Clion to use gcc and gdb
- Run
which gcc
to locate gcc command and enter that into the setting - gdb isn't awailable on Mac with Arm CPU
- If you can see the green arrow, then you can run it
- Otherwise, edit or add a new configuration
- Choose the
C/C++ File
(if you don't see it, restart Clion or computer) - Then choose the gcc toolchain configured previously and choose the right source file