
- #CLION REMOTE DEBUGGING INSTALL#
- #CLION REMOTE DEBUGGING SOFTWARE#
- #CLION REMOTE DEBUGGING PASSWORD#
Alternatively, pick an existing variable, right-click it and choose Add to watches. To start watching a variable, simply press the Add button ( Alt+Insert (Windows/Linux)/ N (OS X)) and type in the name of the variable to watch. Modify the VMX file of the virtual machine (such as Ubuntu64-V20. This is what the Watch area of the Debug tool window is for. The case of VMware virtual machine cannot be switched (CapsLock key fails) solution: The corresponding CMakeLists are as follows: cmake_minimum_required(VERSION 3.16) Reference jansson and glog libraries (the header files are stored in the lib directory).It contains two subdirectories, json and glog.Local Path: D:/project/svn/src // Project catalogueĭeployment Path: /project/svn/src // Project directory under LinuxĪfter completion, Tools - Resync with remote host is synchronized CMakeLists example Otherwise, the subsequent Deployment directory will be affected and CMake will fail RootPath: / // The root directory should be filled in here. 'Build,Execution.' in file - sessions -"ToolChain" new Remote Host Ubuntu:Ĭonfigure SSH login information in Credentials (it is recommended to use root account to avoid authority problems), and let others automatically detectĬonfiguration in tools - Deployment - configuration: Connection: Select n for the first solution and adopt the second one.
#CLION REMOTE DEBUGGING INSTALL#
#CLION REMOTE DEBUGGING SOFTWARE#
MobaXterm is a kind of SSH client software with rich functions, small size and free version.
#CLION REMOTE DEBUGGING PASSWORD#
PasswordAuthentication yes # Allow user name password login Sudo passwd root / / set the root passwordĬonfigure ssh for remote login (default no ssh_host_key, unable to start need to uninstall and install new ssh first: sudo apt remove -y -purge openssh-server

Lsb_release -a / / to view the specific installed Linux version Vi /etc/apt/sources.list // Modify, set as domestic source The default apt source of Ubuntu is foreign source, which can be replaced by domestic source (such as ali) to speed up the update.

The location of WSL file in Windows: C: \ anonicalGroupLimited.Ubuntu ***\LocalState\rootfs WSL configuration change source

In WSL Linux system, all hard disk partitions are mounted under / mnt. Open Microsoft store, search for Linux, select Ubuntu, and install. Open: Control Panel > programs and features > enable or disable windows featuresĬheck the "Windows subsystem for Linux" item install To install Linux, you need to enable WSL first. Windows Subsystem for Linux (WSL) is a compatible layer for Linux binary executable files (ELF format) running on Windows 10.
