Hello everyone, can you tell me how I can enable debugging information to use gdb? I use configure CFLAGS="-O0 -g -ggdb" but when I try to debug I get the message Single stepping until exit from function replmd_replicated_apply_search_callback, which has no line number information. Does anyone have a solution?