I found this question, but what I want to know is different - does the output from Console.WriteLine go anywhere when debugging? I know that for it to go to the output window I should should Debug.WriteLine() or other methods, but where does the standard Console.WriteLine() go?
Edit When debugging, you don't see the black console window / test log - so the real question is how can I access/view this output during debugging?
