up vote 0 down vote favorite
share [g+] share [fb]

When debugging in msdev 2003, there is a very convenient 'Autos' window that show vars and values around currently-executed line.

I cannot find anything similar in msdev 2005. Is it dead?

link|improve this question

70% accept rate
feedback

3 Answers

up vote 2 down vote accepted

Assuming that you're referring to Visual Studio 2005, it can be found at Debug -> Windows -> Autos on the main menu.

This can be accessed by pressing Ctrl+Alt+V,A -- or, Ctrl+D,Ctrl+A if you use the C# keybindings (which is easier to press).

Additionally, the Autos tool window is only visible when debugging.

link|improve this answer
It's in the same place in VS2008 as well. – Bevan Mar 21 '09 at 22:02
@bevan -- yup, I was simply clarifying that "msdev 2005" = "Visual Studio 2005" in the question asked. – Dustin Campbell Mar 21 '09 at 22:03
Visual Studio 2005 it is. – Paul Oyster Mar 22 '09 at 9:04
feedback

Debug -> Windows -> Autos

It may be showing just part of some other widget-group. Look around for a little tab that says "Autos" on it. Typically it lurks with Watch 1 and Locals.

Also you can press CTRL+ALT+V, A.

link|improve this answer
feedback

VS has the tendency to lose windows and sometime to reset menu mappings to have minimal amount of actually useful commands. Whenever that happens, you can dig them back via Tools|Customize -> Commands. Look in different categories, for example Autos is in Debug. From here you can drag the command onto menu or toolbar.

In the Customize window there is also good-to-have-on checkbox "Show shortcuts".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.