I want to debug c source code by using ddd debugger. instruction say when compile it should compiled with -g tag
.
here is how I compile this project.
aclocal , automake --add-missing, autoreconf, ./configure,
make.
so where should I put -g tag, then how can I invoke ddd to debugging?
usually after compile, I run it by
./slim.exe
filename
could anyone has experience in this? Thanks in advance