I am using some macro in my source file (*.c ) .
Is there any way during compilation or from the library that I can identify the exact header file from which this particular macro is getting resolved ?
The issue is we are using a macro #defined to 10 in some header file, but the value being received in the code is 4 . So instead of going and checking in all the dep files , we want to know incase there is some direct way to identify the source from which the macro got resolved.