CLion 2023.3.2
Released: Dec 20, 2023
2023.3.2 버젼 업데이트
기능
- Speed up test indexing - Test indexing is one of the most CPU- and time-consuming IDE procedures. To speed it up, you can create a test scope manually. After you have a test scope, only the files filtered by this scope will be processed during test indexation. Starting with this update, you can now also use CLion's mechanism of automatically detecting test scopes.
수정사항
- Fixed the issue with PlatformIO's serial device monitor so that it no longer throws Inappropriate ioctl for device errors.
- Fixed the issue with the PlatformIO Upload action that was not available.
- Files at the second nesting level in the project directories are no longer marked as if they don't belong to the project.
- Fixed the incorrect The address of the local variable may escape the function warning in cases when += operator is used and the incorrect Value escapes the local scope that occurred for struct fields.
- Fixed a few cases with incorrectly detected dangling pointers.
- If variable data collection in the debugger is too slow, CLion no longer ends the debug session, but instead cancels the children loading in the debugger UI.
- CLion no longer adds CMAKE_BUILD_TYPE by mistake when multi-config generators are used.