简体   繁体   中英

How to enable output Window in VS2013?

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可以执行此操作,也可以通过TOOLS -> 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM