1

I am using VS2013 very first time and some how I can't find Output Window where I can see messages being printed by using Debug.WriteLine or Console.WriteLine

How do I enable this? All I see Window of CallStack

Volatil3
  • 14,253
  • 38
  • 134
  • 263
  • 1
    Ctrl +W, O should bring it up. If you still can't see it you may need to resize it, it should be at the bottom of your screen. – Phil May 08 '15 at 11:32

3 Answers3

3

CTRL+W,O will do or you can set it by TOOLS->option-> project and solutions->click the check box Show Output window when build option

too_cool
  • 1,164
  • 8
  • 24
1

From the main menu:

DEBUG > Windows > Output

It may have been added to a window with multiple tabs

enter image description here

Alternately you could try resetting all visual studio settings.

https://msdn.microsoft.com/en-GB/library/ms247075%28v=vs.90%29.aspx

WraithNath
  • 17,658
  • 10
  • 55
  • 82
0

Use Ctrl+W,O and output window will open. If not check in the bottom of IDE and expand it. Thanks

Pawan
  • 167
  • 12