I\'m trying to debug a C# application. The method:
System.Diagnostics.Debug.WriteLine(\"something\");
should do the work, but in the Output
Apart from the suggestions above, take a look at the project properties by right-clicking on the project name and selecting Properties. Once you have that up click on the Build tab and then the Advanced button in the lower right. Once you have the Advanced window up, take a look at the Output section and the Debug Info: setting. When you are in debug mode this should be set to full.