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
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
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
From the main menu:
DEBUG > Windows > Output
It may have been added to a window with multiple tabs
Alternately you could try resetting all visual studio settings.
https://msdn.microsoft.com/en-GB/library/ms247075%28v=vs.90%29.aspx
Use Ctrl+W,O and output window will open. If not check in the bottom of IDE and expand it. Thanks