Is there a way to make the parser dump the generated orchestra file after macro expansion?

I know it’s possible to make csound dump the score file at various stages, but is possible to make csound dump the generated orchestra file after macro expansion? (More or less get the equivalent of the -save-temps flag to gcc.)

Due to the lack of reference types (and/or pass-by-reference to UDOs) in Csound 6 I use orchestra macros a fair bit and pass-by-name something I want substituted. Unfortunately, the csound parser will report the wrong line numbers for errors when you use macros. The line numbers reported are relative to some virtual file it generates after macro expansion (rather than the original file), but how I can see that one?