Hi Vinit, Did you configure with debug mode (e.g., ../confugure --enable-debug)?
Assuming you have the gdb installed, you should be able to debug mesos master in gbd: ./bin/gdb-mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos Gilbert On Thu, Jun 2, 2016 at 9:30 AM, Vinit Mahedia <vinitmahe...@gmail.com> wrote: > I have been trying to debug mesos-master using gdb-mesos-master.sh although > it does not load symbols or sources. I tried to set those paths as well but > since it thinks mesos-master, libtool script, is the main binary. > > I just want to set the dev environment and try to fix a very stupid bug to > learn the work flow of test/debug/commit. > > If I can get it working, I can help to write if such documentation does not > exist. I also tried to set it up on eclipse CDT but it can't handle libtool > scripts. > > Thank you. >