使用Visual Studio调试器可以在构建失败后保存信息,或者有一种方法可以使用调试器来运行以捕获和存储此信息的内容我在此数据之后添加我想尝试,但只是想知道这是否可能在我深入研究之前。
如果可能,我将如何访问它?
答案 0 :(得分:0)
这可能是一半答案,但您可以通过命令行构建项目。您可以从应用程序中的输出中收集任何错误等。
devenv "C:\Documents and Settings\someuser\My Documents\Visual Studio\Projects\MySolution\MySolution.sln" /build Debug /project "CSharpWinApp\CSharpWinApp.csproj" /projectconfig Debug
请参阅:http://msdn.microsoft.com/en-us/library/b20w810z(v=vs.90).aspx