Visual Studio 2010 Express. Write to the output window

Thomas Joulin picture Thomas Joulin · Nov 5, 2010 · Viewed 29.1k times · Source

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...

How can I log infos ?

Answer

Joshua Weinberg picture Joshua Weinberg · Nov 5, 2010

Took me a while to find this one as well

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