Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Anna Falevskaya
Follow
New articles and posts
New articles, posts, and comments
Total activity
4256
Last activity
January 23, 2023 19:11
Member since
October 30, 2017 15:47
Following
0 users
Followed by
6 users
Votes
1
Subscriptions
1652
Activity overview
Articles (0)
Posts (0)
Comments (2603)
Anna Falevskaya
commented,
January 23, 2023 19:11
Alexander Jaworowski yes. If compilation happens locally, the Remote GDB Server configuration (https://www.jetbrains.com/help/clion/remote-gdb-server.html) or the Remote Debug configuration (https:...
Community
CLion
Cross-compilation with raspberry
0 votes
Anna Falevskaya
commented,
January 23, 2023 18:56
Ahmed Habib please open the Terminal, and run the following command: `xcode-select --install`. After that in CLion please do `Tools | CMake | Reset Cache and Reload Project`. It should help.
Community
CLion
The C compiler is not able to compile a simple test programm
0 votes
Anna Falevskaya
commented,
January 23, 2023 18:53
Hello! You need to build such targets (using the Build action), not to run/debug them. The settings should be set manually, sorry for the inconvenience.
Community
CLion
CLion imported targets
0 votes
Anna Falevskaya
commented,
January 23, 2023 16:14
Hello! Sorry for the delay. If the issue is still relevant, please try using CLion 2023.1 EAP. If the issue is reproducible in it, please enable debugger logging as described here, reproduce the is...
Community
CLion
Problem with debugging libraries
0 votes
Anna Falevskaya
commented,
January 23, 2023 16:11
Hello! Sorry for the delay. It seems you have the "Project Files" view selected (https://www.jetbrains.com/help/clion/project-tool-window.html#views). Does it help if you select the "Project" view?
Community
CLion
Project folder won't show unless I reload CMake and disappears if I touch another window
0 votes
Anna Falevskaya
commented,
January 23, 2023 15:59
Hi Tobias! CLion shows only "applicable" CMake profiles based on the selected run configuration. It is intended behavior to avoid misconfigurations, but we understand that this might be confusing. ...
Community
CLion
Missing "release" build switch on some sub-projects
0 votes
Anna Falevskaya
commented,
January 23, 2023 15:52
Hello! For a standard function, structure, or another item in CLion 2022.3 we added links to cppreference.com articles to the Quick Documentation popup (see https://blog.jetbrains.com/clion/2022/10...
Community
CLion
Is there any kind of handy tool to check c++ syntax language reference inside IDE?
0 votes
Anna Falevskaya
commented,
January 23, 2023 15:45
Hello! In general the syntax is the following (see https://en.cppreference.com/w/cpp/language/derived_class): class A {};class B : public A {};
Community
CLion
Hierechy
0 votes
Anna Falevskaya
commented,
January 23, 2023 15:43
Hello! >In video lesson of my instructor In saw all projects were there Please provide a screenshot of this behavior.
Community
CLion
Project Tree
0 votes
Anna Falevskaya
commented,
January 23, 2023 15:42
Hello! >and if I change the GCC path to usr/bin/gcc/ , clion looks not using g++12 /usr/bin/gcc most probably is clang, you can check that by executing /usr/bin/gcc --version in terminal. >I can co...
Community
CLion
Clion 22.3 using g++12 and gdb can not compile
0 votes