Problem with debugging

Hi Guys,

I’m working on mac and trying to debug c++ part of fdb.
I’m running “.debug” versions of fdbserver/fdbcli with gdb, but it doesn’t stop on breakpoints.

Regards,
Vruyr

.debug files aren’t executable, they only hold the debugging symbols that were stripped out of fdbserver.

Otherwise, I’m unsure what advice to offer. I gdb --args ./bin/fdbserver -r simulation ... pretty regularly, so I’m pretty sure it works on at least one system? :confused: