Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I enable the Autos windows in Visual Studio 2010

It is supposed to be in Debug -> Windows when debugging but it's not. It's not even in the command list under Tools -> Customize -> Commands -> Menu Bar: Debug - Windows -> Commands yet it is mentioned as a feature on this page: http://msdn.microsoft.com/en-us/library/4dt5w8ta.aspx

This is VS2010 Premium.

like image 573
johan Avatar asked Aug 17 '10 15:08

johan


1 Answers

If none of the above solutions are appealing to you or works in your environment, you can bring up the autos window by entering debug mode, and typing Autos in the command window (Ctrl+alt+a)

like image 91
johan Avatar answered Nov 15 '22 14:11

johan