Good morning !! I just compiled debug version of ffmpeg in linux ubuntu with eclipse with options: --disable-stripping --enable-debug=3 --extra-cflags="-gstabs+" --disable-optimizations after compiling ,I can debug ffmpeg.c but only inside ffmpeg.c, debug cannot go into outside of ffmpeg.c what option can enable debugging go to whole project? Thanks