Configure GDB for CLion on MacOS to debug Centos in Vagrant box
Tough title. Basically, I’ll share here my experience in setting up GDB to work with CLion on a MacOS (HighSierra) to debug C programs running on a Centos in a Vagrant (Virtualbox) machine. The first step, download GDB source code on your MacOS and compile it like this (from inside the source code folder): ./configure […]
Read More