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
I find plenty of instructions on how to bet console and debug statements to appear in the output of the Console, but not how to get them to appear in the "Output" window.
Does anyone know?