Possible Duplicate:
Preprocessor output
I have found myself debugging STL Port for Android. It uses many (10-100?) preprocessor directives throughout to decide what code is actually output by the preprocessor. Lots of #if
and #ifdef
blocks.
Is there a tool available that can run through these and show what text is actually sent to the compiler? Is it possible to see the output of the preprocessor?