Re: [Freeswitch-dev] Debugging Question

2009-08-20 Thread Mathieu Rene
Hi, FreeSWITCH builds with debug symbols with the default configuration, but the source file has to be in the same path as when it was compiled. If you wouldnt have debug symbols in, it wouldn't know the file & location of the function you are trying to see. Mathieu Rene Avant-Garde Solutio

[Freeswitch-dev] Debugging Question

2009-08-20 Thread Gilles Depatie
Hi I'm new to Freeswitch environment, but I have attempted to build an executable where I could set breakpoints etc. I have followed the instructions on the wiki where I define the two environment vars CFLAGS and MOD_CFLAGS as "-g -ggdb" I then run configure which sets the gcc compile o