Debug.WriteLine("My debug string here");
should do the trick. Check that your application is in debug not release:
If nothing is coming out on your debug window, right click your project. Select properties. On the left of the opened tab, click Build. There is a check-box “Define DEBUG constant”, make sure it is clicked.
You most likely know how to set the debug information to show in the output window (Debug->Windows->Output):