Visual Studio 2010 Express. Write to the output window

后端 未结 1 468
没有蜡笔的小新
没有蜡笔的小新 2021-02-06 23:10

I\'m new to Visual Studio and Windows Phone 7 developping. I did activate the redirect all output text option, but neith Debug.Writeline() or Console.WriteLine() are working...<

1条回答
  •  梦毁少年i
    2021-02-06 23:38

    Took me a while to find this one as well

    System.Diagnostics.Debug.WriteLine("Yay!");

    0 讨论(0)
提交回复
热议问题