Visual Studio (2005/2008/2010) appears to create a response file containing flags for the C/C++ compiler, cl.exe. As soon as compilation finishes, the response file is deleted.
Is there a way to force Visual Studio not to delete the response file? Is there some other way to view the contents of the response file?