I am using the following in my C# code:
System.Diagnostics.Debug.Write("xxx");
But when I look in the output window I cannot see anything even though my code does execute this line.
Is this the correct way to write messages that I can see in the VS2012?