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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.