Viewing Variables in Visual Studio

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
Can I really not include photos? Odd.
If you're working with a release build, it's entirely possible those variables are optimized away.
Topic archived. No new replies allowed.