Rank: Enthusiast
Joined: 12/25/2007 Posts: 25 Location: Belgium
|
Hi guys,
I have a more general programming question.
Say I store some commonly used values (login data for a DB connection or something) in static members of a "settings" class. How can I keep an eye on the values of these static variables while debugging. They never show up in the locals list and adding a watch to them seems to work, but the watch list immediately gets greyed out.
I don't know if I'm making sense :)
|