Emacs + GDB + SCons + Step through Debugging -
when compiling project via makefile using emacs compile command, when gdb run on resultant binary application can stepped through. however, when building using large project scons, attempting step through not work in emacs doesn't seem know files load or how they're related binary. what 1 have do step through in emacs? if emacs can't support scons natively how can done manually; make must using mechanism alert emacs file's presence. are sure make , scons compile options same? sounds scons build lacking debug symbols (in gcc, use -g option).