
In the dialog that opens, enter the configuration name and the preferred type of the GDB Server: Launch the new wizard via Run | New Embedded Configuration. This wizard helps with creating Embedded GDB Server run configuration with the predefined GDB server arguments corresponding to the GDB server type selected in the wizard settings. Previously, you had to create such configurations manually, but now there’s a wizard available for this purpose. In CLion, you can use them by creating the Embedded GDB Server run/debug configuration. GDB servers are often used to debug on-chip. A new wizard for Embedded GDB Server run configurations To get the colorized output, you need to build CMake 3.24 and use it in the CLion toolchain. Note, that the default bundled CMake version is 3.22 for now.

This ensures that there will be colored diagnostics for both Ninja and Makefile generators. CLion now always adds the CMAKE_COLOR_DIAGNOSTICS=ON environment variable when re-loading the CMake project. Whether CMake should enable colored compiler diagnostics via compiler flags.Īdditionally, we added support for the CMAKE_COLOR_DIAGNOSTICS environment variable, which controls the default value for the CMAKE_COLOR_DIAGNOSTICS variable.It introduces the CMAKE_COLOR_DIAGNOSTICS CMake variable that controls the following: The change is now in CMake master and will be released as a part of the 3.24 release of CMake. That’s why we contributed to CMake and implemented a way to enable colorized output for the Ninja generator in CMake in CLion by default.

Code analysis and refactorings became more accurate.Ĭolorized compiler output helps dealing with compilation errors much faster.A new wizard was added for Embedded GDB Server run configurations.Colorized output for Ninja generator is now enabled in CLion.Note that if you are on macOS, there is a separate build for Apple Silicon (M1 chip). Give the free EAP builds a try and let us know what you think about the changes! Share your feedback in the comments or submit it to our issue tracker.īuild 222.2270.30 is available from our website via the Toolbox App or as a snap package (if you are using Ubuntu).

The CLion 2022.2 Early Access Preview program starts today!
