update from Clion 2023.2.5 to 2024.2.2 brokes the debug
I've switched from Clion 2023.2.5 to 2024.2.2 and the debug brokes. At first won't stop at breakpoint (Showing me the assembly code, stating the source code and the compiled one differs) later on every time I start the debugger in the IDE, the program crash with abort() on the first call to fmt library (the program runs fine if executed manually from the executable like any other program). To solve I needed to delete the vcpkg folder and output folder with my program's build files. After reinstalling 2023.2.2 it rebuilded all the library and the source code and then the debug starts again to work. Update 2023.2.2 to 2023.2.5 seems to work too. A collegue of mine do the same update to 2024.2.2 and has the same error in debug (messagebox with abort() on fmt calls). In his case uninstalling clion and installing the old one 2023.2.2 doing the same thing I've done does not solve the problem. As a side complaints the update made from the IDE which download the patch and apply took a ridiculous amount of time (more than half an hour, on a computer with intel core i9 extreme 10980 with 64 giga of ram) when installing from scratch the whole packet took less than 10 minutes.
请先登录再写评论。