Alright, I had to specify where gdb shall search for sources
```
(gdb) list
246 }
247
248 if(leg==DLG_CALLER_LEG)
249 dlg->from_rr_nb = skip_recs;
250
251 LM_DBG("leg(%d) route_set [%.*s], contact [%.*s], cseq [%.*s]"
252 " and bind_addr [%.*s]\n",
253 leg, rr_set.len, rr_set.s, contact.len, contact.s,
254 cseq.len, cseq.s,
255 msg->rcv.bind_address->sock_str.len,
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1717#issuecomment-443212333