How to access member using singleton? Visual Studio watch

How to access Stat in watch while debuging? I have singleton with Stat class keeping information about working path. Then I start program, I set working path like this:
S::I().Stat.workingPath = _getcwd( NULL, 0);
and then I call method to work with files. This method first needs to access S::I().Stat.workingPath but I would like to check if this is set. Is it possible to view it in Visual Studio 2010 C++ Express?

On the photo below I break the program after I set the Stat.workingPath and O call the method.

http://oi58.tinypic.com/20gg03c.jpg
Last edited on
Topic archived. No new replies allowed.