How can we verify that a macro is defined or not, and if defined, with what value? I tried to do gdb, but we donβt see macros in GDB, because MACROs are replaced only during Precompilation.
Is there any way in the GCC compiler so that we can see the precompiled file that the compiler creates before creating the object file (* .o)?
source share