asp.net - C# Step Into variable list -


there variable list @ bottom of screen helps me follow value of different variables in app while using f11 'step into' function, since updated web developer 2012 can't seem find list. removed? or there way open it? thanks!

set break point in project, start debugging application, once hit break point, go visual web developer, under deubg-> windows, see if find locals option. show local variables during debugging.


Comments