I\'m trying to debug a C# application. The method:
System.Diagnostics.Debug.WriteLine(\"something\");
should do the work, but in the Output
I had the same issue, got debug to show by selecting:
Debug -> Windows -> Output
However, my output is still now showing, so I guess vs will hide Debug until there is actual data being written out.