Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anna Falevskaya
Total activity
5342
Last activity
June 01, 2026 15:23
Member since
October 30, 2017 15:47
Following
0 users
Followed by
4 users
Votes
1
Subscriptions
2103
Activity overview
Articles (0)
Posts (0)
Comments (3238)
Sort by recent activity
Recent activity
Votes
Created
January 25, 2022 18:23
Hello! You can try using an external console - enable the "Run in external console" option in your run/debug configuration (Run | Edit Configurations...).
Community
CLion
CLion 2021.3.2 adding random newline characters in the terminal output?
2 votes
Created
October 29, 2021 10:53
Nik It looks like the GDB being used was not built with Python support, which is necessary for pretty printers to work. Do you use MinGW toolchain? If yes, you need to install the MinGW-w64 distrib...
Community
CLion
CLion 2020.3.2 Error during pretty printers setup: Error while executing Python code
2 votes
Created
November 02, 2020 12:13
@It-developer you need to use target_link_libraries() after add_executable().
Community
CLion
CLion - Enabling <math.h> for C projects
2 votes
Created
August 11, 2020 07:55
Hi! We have https://youtrack.jetbrains.com/issue/CPP-21351 about it. Please see this comment for solution.
Community
CLion
clang-tidy strange warnings after this morning update :
2 votes
Created
October 16, 2019 13:53
Please go to Preferences | Plugins > Installed tab, find and disable the IDE Settings Sync plugin. Does it help?
Community
CLion
how to disable IDE sync settings?
2 votes
Created
June 03, 2019 14:31
Hello! 1. As far as I know, VCPKG provides a .cmake file to be used during configuration process, so that CMake can correctly recognize the needed libraries' paths. So you need to add -DCMAKE_TOOLC...
Community
CLion
Using libs from vscpkg in CLion.
2 votes
Created
April 22, 2019 15:46
Hello! It's not a CLion problem, but a problem with using CMake + MinGW - they don't support non-latin symbols. To solve the problem please do the following: Create temp folder in location which p...
Community
CLion
CLion + MinGW Test CMake run finished with errors
2 votes
Edited
January 16, 2019 12:06
Hello! What CLion version and what toolchain do you use? On what OS? Is the CMake project loaded successfully? Do Tools | CMake | Reset Cache and Reload Project and File | Invalidate Caches / Resta...
Community
CLion
Clion code inspection not working
2 votes
Created
December 07, 2018 09:30
Hi Ben! Do you have installed rsync on the remote host?
Community
CLion
Remote build and deployment excluded path resets. Cannot read CMakeCache.txt
2 votes
Created
November 08, 2018 12:49
Hello! The qDebug macro uses the qt_message_print() function, which uses fprintf(stderr, ...). So CLion prints the output in accordance with File | Settings | Editor | Color Scheme | Console Colors...
Community
CLion
Qt qDebug()<< font color ?
2 votes
«
First
‹
Previous
Next
›
Last
»