Preview PreCompiled Code
Is there an easy way to preview a source file after it is precompiled? In other words I want to view the source code after all the precompiler parsing has been completed so I can see the code after all the !define !insertmacro commands have been processed.

I suppose I could write my own precompiler for this purpose but I wanted to check first.