当我在Visual Studio中运行我的XAML c# Windows应用商店时,我看到许多消息类似于:
'MyApp.exe' (CLR v4.0.30319: Immersive Application Domain): Loaded 'C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.IO\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.IO.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
如何停止显示这些消息?
因为我想要一个更清晰的输出窗口,并且可以专注于重要的位,例如:
Debug.Writeline("my own messages");
答案 0 :(得分:2)
在Visual Studio中:
工具>选项>调试>输出窗口
将“模块加载消息”选项设置为“关闭”