I\'m trying to use GDB and KDEvelop to debug a console app under Knoppix VM. KDevelop and GDB don\'t break at my breakpoints. I suspect it\'s because they don\'t have debug symb
The full example would be:
CFLAGS =-g all: program.o gcc -o program program.o
The CFLAGS here is applied to both the compiler and the linker.
CFLAGS