简体   繁体   中英

Display message during release mode for C# metro app

Using System.Diagnostics.Debug.WriteLine for metro app during release mode won't not print anything in Visual Studio's windows.

May I know, how I can display message in Visual Studio's windows, during release mode for C# metro app?

您可以始终使用Trace.WriteLine() ,它在DebugRelease模式下均可工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM