Remote GDB Server
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
note
By default for CMake projects, this configuration builds your target using the currently selected CMake profile and takes the binary from the Build directory folder.
If your setup requires a cross-compiler toolchain, make sure to create it, configure a corresponding Debug profile, and switch to this profile before you start a session.
Thanks for your feedback!
Was this page helpful?