In Winform Apps Console.WriteLine() writes to the IDE output tab. In a console app it writes to the console and not to the IDE output tab. For debugging reasons i find it easier if i can have i have a copy of the Console output (ATM i only use stdout) in my IDE. Is there an option to have Console.WriteLine() appear in both?
I use visual studios 2008 & 2010