I\'m trying to debug a C# application. The method:
System.Diagnostics.Debug.WriteLine(\"something\");
should do the work, but in the Output
Also, make sure that your Output window is set to show "Debug" output instead of something else like "Build" output.
You should see it loading all the required assemblies in the "Debug" output.