Ale*_*x F 7 c# trace windows-8 windows-store-apps
在Windows应用商店应用中,我可以使用:
System.Diagnostics.Debug.WriteLine("Test");
Run Code Online (Sandbox Code Playgroud)
但更换Debug同Trace提供了以下错误:CS0103: The name 'Trace' does not exist in the current context我怎样才能解决这个问题?