I have a class where i have defined static members to be used as global variables within the App.
but during debugging when i try to see any class member value for that class I got a message "No such variable: MyClassName"
and the members can't be assigned to my values.
I use code like this
MyClassName.staticMemberName = value