[FFmpeg-devel] Debugging option

Chau Pham chaupv79 at hotmail.com
Thu Feb 18 05:56:28 CET 2016


I cannot find any solution from your suggestion, it seems to waste time for me to do invaluable stuff,
but finally, I found the way to debug whole project.

1) Ubuntu 14.04 LTS 64 bit
2) Eclipse Mars 64 bit, GDB 7.1, CDT 8.7
3) configuration debug option

--disable-stripping
--enable-debug=3
--extra-cflags="-gstabs+"
--disable-optimizations

4) make
5) make install


"make install" is the point for me to debug whole project, if do that all shared libraries are loaded and I don't have to care about shared library loading.. all shared libraries are put in one place.

hope this help others with same issue.






More information about the ffmpeg-devel mailing list