I am trying to compile VLC for doing a small enhancement in it, Can anyone help me how can I use GDB along with VLC.I had tried following steps for compiling the VLC for debug purpose
./configure --enable-debug
make
make install
gdb ./vlc
but while I try to put breakpoint on a file it gives me an error that
"No symbol table is loaded. Use the "file" command.".
Also can any one suggest me which development environemt is best for debugging the VLC(any GUI tool like QT4, Eclipse or anything else) in linux
Any hint or any clue will be highly appreciated.
Best Regards,
Parveen Jain