Hi, I'm trying to debug the clang cpp compiler because I suspect a bug in the creation of the debug meta data for some cpp source. Is there an easy way to stop clang from spawning a new clang process (which does the compilation) and have the original instance of clang just do it so I can debug into the compilation process?? Thx, Alex