c# - How to enable output Window in VS2013? -


i using vs2013 first time , how can't find output window can see messages being printed using debug.writeline or console.writeline

how enable this? see window of callstack

from main menu:

debug > windows > output

it may have been added window multiple tabs

enter image description here

alternately try resetting visual studio settings.

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


Comments