Question about Clang Macro Debug Information.

Hey!

I was looking at some command line options for the Clang compiler and I realized that there is a -fdebug-macro option. Is it what I'm thinking it is? Debugging support for macros? Stepping into macros? If so, is this information on the PDB's? If it is, then maybe debuggers have to implement the functionality around it. Since I have this option enabled and couldn't debug any macro yet, I assume Remedy don't support it yet. It would be very nice to see this tho (of course, assuming that it really is what I'm thinking it is).

Edited by Leonardo on Reason: Initial post
As far as I can tell this only is used by the DWARF symbol output and not PDBs.
Oh I see!