CLion 2024.1.1
Released: Apr 25, 2024
2024.1.1 中的更新
特性
- CLion's CMake integration includes the Python plugin. When you have a Python interpreter configured for your project, CMake picks it up along with all of the Python-related environment variables. The variables are now exposed to CMake, allowing you to use the interpreter via find_package.
修補程式
- Tests based on the GoogleTest framework are now detected properly.
- There are a number of fixes related to the GDB debugger. You can now see variables of certain types. Also, using the Docker toolchain no longer results in GDB timeouts and broken pipes, making long debugger sessions more stable in such cases.
- Improved the overall performance of the IDE when you're working with large projects and files. Data flow analysis no longer slows down, and CPU usage has been improved.
- In some cases, remote toolchains were not working due to the underlying SSH library update. The issue has been fixed, and you can once again target remote Linux machines connected via SSH while working in CLion.
- In rare cases, the editor was failing to update highlighting for text that had received subsequent edits. This bug has now been fixed.
- The IDE no longer crashes when you try to build a project.