主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Anna Falevskaya
关注
新文章和帖子
新文章、帖子和评论
活动总数
4256
最后的活动
2023年01月23日 19:11
成员加入日期
2017年10月30日 15:47
关注
0 名用户
关注者数
6 名用户
投票数
1
订阅数
1652
活动概览
文章(0)
帖子(0)
评论(2603)
Anna Falevskaya
进行了评论,
2023年01月23日 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:...
社区
CLion
Cross-compilation with raspberry
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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.
社区
CLion
The C compiler is not able to compile a simple test programm
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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.
社区
CLion
CLion imported targets
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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...
社区
CLion
Problem with debugging libraries
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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?
社区
CLion
Project folder won't show unless I reload CMake and disappears if I touch another window
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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. ...
社区
CLion
Missing "release" build switch on some sub-projects
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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...
社区
CLion
Is there any kind of handy tool to check c++ syntax language reference inside IDE?
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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 {};
社区
CLion
Hierechy
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 15:43
Hello! >In video lesson of my instructor In saw all projects were there Please provide a screenshot of this behavior.
社区
CLion
Project Tree
0 票
Anna Falevskaya
进行了评论,
2023年01月23日 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...
社区
CLion
Clion 22.3 using g++12 and gdb can not compile
0 票