Category "clion"

Clion and cmd ssh WSL are refused on windows 10

I've configured WSL for my computer, and it work in WSL terminal successfully. zoom@Zoom:/etc/ssh$ ssh zoom@localhost -p 2222 zoom@localhost's password: Welcom

Is there a way to navigate to a function's definition in another file in VSCode or CLion for CPP?

I am working in a project where I am on a specific file in a folder, the structure is like this: └─project_folder/ ├─ myFile.cpp

Breakpoints won't hit on CLion

CLion gives the following hover message accompanied with a "no" sign instead of a breakpoint red dot: This breakpoint will currently not hit. No executable cod

Clion can't find a library installed using homebrew

I am working on MacOS and using homebrew to install libraries. The library that I am trying to get working is freeImage which installed just fine using homebrew

Can I use UnrealEngine with C++ on Mac without Xcode

I am new to Unreal Engine as well as game development. I am using mac (since this laptop is not my personal usage, I have a limitation of using any application

CUDA_ARCHITECTURES is empty for target "cmTC_28d80"

I made a new CUDA executable project in CLion and when it opened I got CMake error: CUDA_ARCHITECTURES is empty for target "cmTC_908f4". CMakeLists.txt: cmake_

Can substitute PyCharm Professional for CLion - primarily for python

My favourite editor by far is PyCharm, mainly because I am most comfortable with Python. I am subscribed to the professional package, but I am interested in pi

How do I properly pass command line arguments to a C program in CLion?

I need someone to outline how to pass command line arguments to CLion. What I've found so far hasn't worked for me. Specifically I need to know how to pass mult

How to generate CMakeLists.txt in Clion when I create project from existing sources?

Idk how to make it automaticly - the only option is to specify where the file is - not to generate it, but I don't wan't to write it by my own, because there ar

CLion make install globally

I would like to build and install my project using CLion, however it must be installed globally (i.e. to /usr/local/lib/cmake/). In bash I build with make -j$

Include wxWidgets (3.1.1) installed with msys 2 into our project, using cmake

We are trying to include and make wxWidgets run in our project. We are using CMake to compile and to include our libraries with msys2. We are using CLion as IDE

Why are my breakpoints not hit in CLion?

I'm trying to debug an executable which has been created with CMake configuration SET(CMAKE_BUILD_TYPE Debug) However, CLion does not hit any breakpoints. Wh

In CLion, How do you view the class hierarchy for a class or member?

Suppose your cursor is on a class name in a class definition, or on the name of one of its members, and you want to see the hierarchy of classes this class or m