C/C++ macro expansion support with ability to show expansion steps. Especially useful if ## are used in the macro. If I am not mistaken, currently only Eclipse supports this.
#define tracing: it should be possible to select a #define'd symbol and cause it to be expanded completely to it final value as the compiler would. This should take into account compile time constants defined in make etc.Mike