2009-11-05 29 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

還有什麼其他重要的事情?改變窗口來查看你的編譯錯誤?只需將選項更改爲「顯示生成輸出」