Viewing Variables in Visual Studio

Apr 5, 2012 at 4:13pm
I am running visual studio and trying to view my variable values during the debug session. I am debugging, then pausing the session (to go into break mode). Then I pull up a "watch" window and type the name of my variable and I get error: symbol "var_name" not found.

[IMG] http://i68.photobucket.com/albums/i23/croberts_12/vstudio.png [/IMG]

Last edited on Apr 5, 2012 at 4:14pm
Apr 5, 2012 at 4:14pm
Can I really not include photos? Odd.
Apr 5, 2012 at 5:10pm
If you're working with a release build, it's entirely possible those variables are optimized away.
Topic archived. No new replies allowed.