Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

There usually is a variable list at the bottom of the screen that helps me follow the value of different variables in my app while using the f11 'step into' function, but since I updated to web developer 2012 I can't seem to find this list. Was it removed? or is there a way to open it? thanks!

share|improve this question
    
Try the View menu. –  Nick May 6 '13 at 10:36
    
Actually it might be the Debug => Windows sub menu –  Nick May 6 '13 at 10:37

1 Answer 1

Set a break point in the project, start debugging your application, once you hit the break point, go to Visual web developer, Under Deubg-> Windows, see if you find Locals option. That will show the local variables during debugging.

share|improve this answer
    
Thanks, Habib! it works. –  Htusa Adssad May 6 '13 at 10:38
2  
@HtusaAdssad, you are welcome, I see that you haven't accepted any answer to your questions. Please see How does accepting an answer works –  Habib May 6 '13 at 10:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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