CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Remote GDB Server

Last modified: 11 January 2023

Local OS: macOS / Linux / Windows

Remote OS: any supporting gdbserver, SSH, and SFTP

Required tool: gdbserver on tagret

Binary file synchronization: automatic

Client debugger: bundled GDB / toolchain's GDB / custom GDB

Build targets: CMake / Makefile / custom build target

The Remote GDB Server configuration builds your target locally, uploads the binary to the remote machine, launches it under gdbserver, and connects the CLion debugger.