Seeing the console's output in Visual Studio 2010?

后端 未结 10 648
不思量自难忘°
不思量自难忘° 2020-12-12 12:15

I am writing a simple C# program with some outputs (Console.WriteLine(\"...\");). The problem is, each time I run it, I cannot see the program\'s output in the

10条回答
  •  一个人的身影
    2020-12-12 13:06

    I run into this frequently for some reason, and I can't fathom why this solution hasn't been mentioned:

    Click ViewOutput (or just hold Ctrl and hit W > O)

    Console output then appears where your Error List, Locals, and Watch windows are.

    Note: I'm using Visual Studio 2015.

提交回复
热议问题