2009-11-05 30 views
4

我的输出窗口是全如何在VS2008输出窗口摆脱冗长

The thread 0xe48 has exited with code 0 (0x0). 
The thread 0x8d0 has exited with code 0 (0x0). 
'xxx.vshost.exe' (Managed): Loaded 'C:\Users\xx\Projects\xx\xx\bin\Debug\xx.exe', Symbols loaded. 
'xxx.vshost.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 
'xxx.vshost.exe' (Managed): Loaded 'C:\Users\xxx\Projects\xxx\xxx\bin\Debug\Magellan.dll', Symbols loaded. 
'xxx.vshost.exe' (Managed): Loaded 'C:\Users\xxx\Projects\xxx\xxx\bin\Debug\Transitionals.dll' 
'xxx.vshost.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\PresentationFramework.Aero\3.0.0.0__31bf3856ad364e35\PresentationFramework.Aero.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 

消息。

有没有办法告诉VS 2008不要在输出窗口中显示自己的消息,以便发现其他重要的东西?

回答

9

当您运行程序时,右键单击输出窗口,并取消选中不想看到的所有消息(如线程退出消息)。

+0

就这么简单,呃?谢谢! –

0

还有什么其他重要的事情?改变窗口来查看你的编译错误?只需将选项更改为“显示生成输出”