Redirect console to Visual Studio debug output window in app.config
I want to get my Console.WriteLine() commands to appear in my "Output" window with my Debug.WriteLine() statements. I think I figured out how to do this once, but I can't remember / find on google how to do it again. I seem to remember being able to do this in the app.config file. I find plenty of instructions on how to get console and debug statements to appear in the output of the Console, but not how to get them to appear in the "Output" window. Is it possible? Avram Basically the most simple solution looks like this. public class ToDebugWriter : StringWriter { public override void