Is there a built-in way in the C world to easily backtrack your way to a #define?
Like, if I
#define ERROR_BECAUSE_THING 6
I don't think there a trivial path back from 6 to println("ERROR_BECAUSE_THING" that isn't something extra you're building yourself.