I have lots and lots of C preprocessor #define statements, which make my C programming much easier. However, when debugging with GDB, the preprocessor “labels” are not accounted for in the symbols list.
Is there are way to have GDB recognise the #defined labels?
You can try compiling with g3, as described here.
Or you can try
-ggdb.