Is there any compiler option for Intel C++ 17.0 which will show me the expansion of a preprocessor macro step-by-step when compiling a source file ?
I know that I can compile a complete source file's preprocessor output to a file, but I need to see each macro expansion step for a particular macro expansion of a source file to determine why the compiler is not expanding the macro properly.
Thread Topic:
Question