All Questions
1 question
0
votes
0
answers
201
views
Is there anyway to watch the state of static variables of classes throughout debugging in code blocks?
I noticed with the watches addition on the debugger I can only see the state of the static variables of classes when I make an object from that class. But want to always be watching the static ...