How can I set Visual Studio to provide a similar level of debugging output to Aptana Studio 3?
I am using Visual Studio 2010, C# 4.0, and Windows Phone 7.1.
I am looking to have it output all of the debug information to the console automatically without me having to tell it to – like Aptana.
You can set the debug output in your code with
Console.WriteLineorDebug.Writeline.If you intend instead of build output, you can change verbosity by
Tools > Options > Project and Solutions > Build and Runand change values of"MSBuild project build output verbosity"