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).


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -